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

with-chrono default = chrono

Enables with-chrono of sea-query

with-json default = serde_json

Enables with-json of sea-query

with-rust_decimal default = rust_decimal

Enables with-rust_decimal of sea-query

with-bigdecimal default = bigdecimal

Enables with-bigdecimal of sea-query

with-uuid default = uuid

Enables with-uuid of sea-query

with-time default = time

Enables with-time of sea-query

with-ipnetwork default = ipnetwork

Enables with-ipnetwork of sea-query

with-mac_address default = mac_address

Enables with-mac_address of sea-query

postgres-array default

Enables postgres-array of sea-query

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.

serde_json with-json
chrono with-chrono
rust_decimal with-rust_decimal
bigdecimal with-bigdecimal

Enables bigdecimal ^0.3

uuid with-uuid
time with-time
ipnetwork with-ipnetwork
mac_address with-mac_address