Cargo Features
Casserole has no features set by default.
[dependencies]
casserole = { version = "0.2.0", features = ["rc", "json-store"] }
- rc
-
Support Arc (and Rc in the future)
- json-store = ascii85, rust-crypto, serde_json
-
Bundle a simple in-memory JSON store
Affects
store::json
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- ascii85 json-store?
-
Enables ascii85
Optional:
- rust-crypto json-store?
- serde_json json-store?