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 default-features = false somewhere in the dependency tree.

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.

bigdecimal with_bigdecimal
chrono with_chrono
rust_decimal with_rust_decimal
time with_time