diesel 1.4.1

A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL
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]
name = "diesel"
version = "1.4.1"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
homepage = "https://diesel.rs"
documentation = "https://docs.rs/diesel/"
readme = "README.md"
keywords = ["orm", "database", "blockchain", "sql"]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diesel-rs/diesel"
[package.metadata.docs.rs]
features = ["postgres", "mysql", "sqlite", "extras"]
no-default-features = true
[dependencies.bigdecimal]
version = ">= 0.0.10, < 0.0.15"
optional = true

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

[dependencies.byteorder]
version = "1.0"

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

[dependencies.diesel_derives]
version = "~1.4.0"

[dependencies.ipnetwork]
version = ">=0.12.2, <0.14.0"
optional = true

[dependencies.libc]
version = "0.2.0"
optional = true

[dependencies.libsqlite3-sys]
version = ">=0.8.0, <0.13.0"
features = ["min_sqlite_version_3_7_16"]
optional = true

[dependencies.mysqlclient-sys]
version = ">=0.1.0, <0.3.0"
optional = true

[dependencies.num-bigint]
version = ">=0.1.41, <0.3"
optional = true

[dependencies.num-integer]
version = "0.1.32"
optional = true

[dependencies.num-traits]
version = "0.2"
optional = true

[dependencies.pq-sys]
version = ">=0.3.0, <0.5.0"
optional = true

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

[dependencies.r2d2]
version = ">= 0.8, < 0.9"
optional = true

[dependencies.serde_json]
version = ">=0.8.0, <2.0"
optional = true

[dependencies.time]
version = "0.1"
optional = true

[dependencies.url]
version = "1.4.0"
optional = true

[dependencies.uuid]
version = ">=0.2.0, <0.7.0"
features = ["use_std"]
optional = true

[dependencies.uuidv07]
version = "0.7.0"
optional = true
package = "uuid"
[dev-dependencies.cfg-if]
version = "0.1.0"

[dev-dependencies.dotenv]
version = ">=0.8, <0.11"

[dev-dependencies.quickcheck]
version = "0.4"

[dev-dependencies.tempdir]
version = "^0.3.4"

[features]
128-column-tables = ["64-column-tables"]
32-column-tables = []
64-column-tables = ["32-column-tables"]
default = ["with-deprecated", "32-column-tables"]
deprecated-time = ["time"]
extras = ["chrono", "serde_json", "uuid", "deprecated-time", "network-address", "numeric", "r2d2"]
huge-tables = ["64-column-tables"]
large-tables = ["32-column-tables"]
mysql = ["mysqlclient-sys", "url", "diesel_derives/mysql"]
network-address = ["ipnetwork", "libc"]
numeric = ["num-bigint", "bigdecimal", "num-traits", "num-integer"]
postgres = ["pq-sys", "bitflags", "diesel_derives/postgres"]
sqlite = ["libsqlite3-sys", "diesel_derives/sqlite"]
unstable = ["diesel_derives/nightly"]
with-deprecated = []
x128-column-tables = ["128-column-tables"]
x32-column-tables = ["32-column-tables"]
x64-column-tables = ["64-column-tables"]
[badges.appveyor]
repository = "diesel-rs/diesel"

[badges.travis-ci]
repository = "diesel-rs/diesel"