Cargo Features

sql_db_mapper_core has no features set by default.

[dependencies]
sql_db_mapper_core = { version = "0.1.1", features = ["with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-geo-types-0_6", "with-rust_decimal-1", "with-serde_json-1", "with-time-0_2", "with-uuid-0_8", "all-features"] }
with-bit-vec-0_6 all-features? = bit-vec

Enables with-bit-vec-0_6 of postgres-types

general postgres dependencies

with-chrono-0_4 all-features? = chrono

Enables with-chrono-0_4 of postgres-types

with-eui48-0_4 all-features? = eui48

Enables with-eui48-0_4 of postgres-types

with-geo-types-0_6 all-features? = geo-types

Enables with-geo-types-0_6 of postgres-types

with-rust_decimal-1 all-features? = rust_decimal
with-serde_json-1 all-features? = serde_json

Enables with-serde_json-1 of postgres-types

with-time-0_2 all-features? = time

Enables with-time-0_2 of postgres-types

with-uuid-0_8 all-features? = uuid

Enables with-uuid-0_8 of postgres-types

all-features = with-bit-vec-0_6, with-chrono-0_4, with-eui48-0_4, with-geo-types-0_6, with-rust_decimal-1, with-serde_json-1, with-time-0_2, with-uuid-0_8

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.

bit-vec with-bit-vec-0_6?

Enables bit-vec

crates with types that implement FromSql

chrono with-chrono-0_4?
eui48 with-eui48-0_4?

Enables eui48 ^0.4

geo-types with-geo-types-0_6?

Enables geo-types ^0.6.0

rust_decimal with-rust_decimal-1?
serde_json with-serde_json-1?
time with-time-0_2?

Enables time ^0.2

uuid with-uuid-0_8?

Enables uuid ^0.8