infer_schema_internals 1.3.0

Provides functionality to infer the schema of a database
[badges.appveyor]
repository = "diesel-rs/diesel"

[badges.travis-ci]
repository = "diesel-rs/diesel"
[dependencies.clippy]
optional = true
version = "=0.0.195"

[dependencies.diesel]
default-features = false
version = "~1.3.0"

[dependencies.serde]
optional = true
version = "1.0.0"
[dev-dependencies.dotenv]
version = ">=0.8, <0.11"

[features]
default = []
lint = ["clippy"]
mysql = ["diesel/mysql", "uses_information_schema"]
postgres = ["diesel/postgres", "uses_information_schema"]
sqlite = ["diesel/sqlite"]
uses_information_schema = []

[package]
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
description = "Provides functionality to infer the schema of a database"
documentation = "http://diesel.rs/guides/getting-started"
homepage = "http://diesel.rs"
keywords = ["orm", "database", "postgres", "postgresql", "sql"]
license = "MIT OR Apache-2.0"
name = "infer_schema_internals"
repository = "https://github.com/diesel-rs/diesel"
version = "1.3.0"