Cargo Features
leptos_form_core has no features set by default.
[dependencies]
leptos_form_core = { version = "0.2.0-rc1", features = ["bigdecimal", "chrono", "num-bigint", "serde", "uuid", "cache-local-storage", "cache-serde_json"] }
- bigdecimal
-
Enables bigdecimal
- chrono
-
Enables chrono
Affects
misc::chrono
… - num-bigint
-
Enables num-bigint
- serde cache-serde_json?
-
Enables serde
Affects
cache::SerdeSerializer
… - uuid
-
Enables uuid
- cache-local-storage
-
Affects
cache::LocalStorage
… - cache-serde_json = serde, serde_json
-
Affects
cache::SerdeJson
…
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.