sql_db_mapper_core 0.1.1

Core library for code generated by sql_db_mapper
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "sql_db_mapper_core"
version = "0.1.1"
authors = ["John Martin <johnmartin1225+rust@gmail.com>"]
description = "Core library for code generated by sql_db_mapper"
documentation = "https://docs.rs/sql_db_mapper_core/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/JohnMartin95/sql_db_mapper"
[package.metadata.docs.rs]
all-features = true
[dependencies.bit-vec]
version = "0.6"
features = ["serde"]
optional = true

[dependencies.bytes]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.eui48]
version = "0.4"
optional = true

[dependencies.geo-types]
version = "0.6.0"
features = ["serde"]
optional = true

[dependencies.postgres]
version = "0.19.0"

[dependencies.postgres-types]
version = "0.2"

[dependencies.rust_decimal]
version = "1.10"
features = ["db-postgres", "serde"]
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.sql_db_mapper_derive]
version = "0.1"

[dependencies.time]
version = "0.2"
features = ["serde"]
optional = true

[dependencies.tokio-postgres]
version = "0.7.0"

[dependencies.uuid]
version = "0.8"
features = ["serde"]
optional = true

[features]
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"]
default = []
with-bit-vec-0_6 = ["bit-vec", "postgres-types/with-bit-vec-0_6"]
with-chrono-0_4 = ["chrono", "postgres-types/with-chrono-0_4"]
with-eui48-0_4 = ["eui48", "postgres-types/with-eui48-0_4"]
with-geo-types-0_6 = ["geo-types", "postgres-types/with-geo-types-0_6"]
with-rust_decimal-1 = ["rust_decimal"]
with-serde_json-1 = ["serde_json", "postgres-types/with-serde_json-1"]
with-time-0_2 = ["time", "postgres-types/with-time-0_2"]
with-uuid-0_8 = ["uuid", "postgres-types/with-uuid-0_8"]