# 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] edition = "2018" name = "warden_postgres" version = "0.0.1" authors = ["Serge "] build = "build.rs" description = "PostgreSQL support for warden, database migration manager" license = "MIT/Apache-2.0" repository = "https://gitlab.com/mateno/warden" [dependencies.chrono] version = "0.4.6" [dependencies.failure] version = "0.1" [dependencies.libflate] version = "0.1" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_info"] [dependencies.path_abs] version = "0.4.1" [dependencies.postgres] version = "0.15" features = ["with-chrono"] [dependencies.tar] version = "0.4.24" [dependencies.warden_core] version = "0.0.1" [build-dependencies.exitfailure] version = "0.5" [build-dependencies.libflate] version = "0.1" [build-dependencies.path_abs] version = "0.4.1" [build-dependencies.tar] version = "0.4.24"