# 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 = "infer_schema_internals" version = "1.4.0" authors = ["Sean Griffin "] description = "Previously internal to `diesel_infer_schema`. Not intended for public use" homepage = "http://diesel.rs" documentation = "http://diesel.rs/guides/getting-started" keywords = [] license = "MIT OR Apache-2.0" repository = "https://github.com/diesel-rs/diesel" [dependencies.clippy] version = "=0.0.195" optional = true [dependencies.diesel] version = "~1.4.0" default-features = false [dependencies.serde] version = "1.0.0" optional = true [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 = [] [badges.appveyor] repository = "diesel-rs/diesel" [badges.travis-ci] repository = "diesel-rs/diesel"