Cargo Features
[dependencies]
sea-query-rbatis = { version = "0.1.0", default-features = false, features = ["with-chrono", "with-json", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "with-mac_address", "postgres-array"] }
- default = postgres-array, with-bigdecimal, with-chrono, with-ipnetwork, with-json, with-mac_address, with-rust_decimal, with-time, with-uuid
-
These default features are set whenever
sea-query-rbatis
is added without
somewhere in the dependency tree.default-features = false - with-chrono default = chrono
-
Enables with-chrono of sea-query ^0.30
- with-json default = serde_json
-
Enables with-json of sea-query ^0.30
- with-rust_decimal default = rust_decimal
-
Enables with-rust_decimal of sea-query ^0.30
- with-bigdecimal default = bigdecimal
-
Enables with-bigdecimal of sea-query ^0.30
- with-uuid default = uuid
-
Enables with-uuid of sea-query ^0.30
- with-time default = time
-
Enables with-time of sea-query ^0.30
- with-ipnetwork default = ipnetwork
-
Enables with-ipnetwork of sea-query ^0.30
- with-mac_address default = mac_address
-
Enables with-mac_address of sea-query ^0.30
- postgres-array default
-
Enables postgres-array of sea-query ^0.30
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.