Cargo Features
[dependencies]
tsubakuro-rust-core = { version = "0.1.0-beta.2", default-features = false, features = ["with_bigdecimal", "with_rust_decimal", "with_chrono", "with_time"] }
- default = with_bigdecimal, with_chrono, with_rust_decimal, with_time
-
These default features are set whenever
tsubakuro-rust-core
is added without
somewhere in the dependency tree.default-features = false - with_bigdecimal default = bigdecimal
- with_rust_decimal default = rust_decimal
- with_chrono default = chrono
- with_time default = time
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.