# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "schema_guard" version = "1.6.1" authors = ["V.Krinitsyn "] description = "Schema Guard: Relation Database (Schema) Management tool" homepage = "https://github.com/vkrinitsyn/schema_guard" documentation = "https://www.dbinvent.com/rdbm/guide/getting-started#declarative" readme = "README.md" license = "MIT" repository = "https://github.com/vkrinitsyn/schema_guard" [lib] name = "schema_guard" path = "src/lib.rs" [dependencies.bb8] version = "0.8.3" optional = true [dependencies.bb8-postgres] version = "0.8.0" optional = true [dependencies.chrono] version = "^0.4.19" [dependencies.lazy_static] version = "^1.4.0" [dependencies.native-tls] version = "^0.2.11" optional = true [dependencies.postgres] version = "^0.19.1" features = [ "with-chrono-0_4", "with-time-0_2", ] [dependencies.postgres-native-tls] version = "^0.5.0" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0.64" [dependencies.serde_yaml] version = "^0.9.19" [dependencies.slog] version = "^2.7.0" features = ["max_level_debug"] [dependencies.slog-async] version = "^2.6.0" [dependencies.slog-envlogger] version = "^2.2.0" [dependencies.slog-stdlog] version = "^4.1.0" [dependencies.slog-term] version = "^2.8.0" [dependencies.sloggers] version = "^2.0.0" [dependencies.time] version = "^0.3.20" [dependencies.tokio] version = "^1.36.0" optional = true [dependencies.tokio-postgres] version = "^0.7.1" optional = true [dependencies.yaml-rust] version = "^0.4.5" [dependencies.yaml-validator] version = "0.2.0" [features] slog = []