# 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_macros" version = "1.4.0" authors = ["Sean Griffin "] description = "This crate is internal to diesel_infer_schema and should not be used directly" license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies.clippy] version = "=0.0.195" optional = true [dependencies.dotenv] version = ">=0.8, <0.11" optional = true default-features = false [dependencies.infer_schema_internals] version = "~1.4.0" default-features = false [dependencies.quote] version = "0.3.12" [dependencies.syn] version = "0.11.4" features = ["aster"] [dev-dependencies.tempdir] version = "^0.3.4" [features] default = ["dotenv"] lint = ["clippy"] mysql = ["infer_schema_internals/mysql"] postgres = ["infer_schema_internals/postgres"] sqlite = ["infer_schema_internals/sqlite"]