# 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 = "houseflow-db" version = "0.1.1" authors = ["Grzegorz Baranski "] description = "Server for Houseflow" homepage = "https://github.com/gbaranski/houseflow" license = "GPL-3.0-or-later" repository = "https://github.com/gbaranski/houseflow" [dependencies.async-trait] version = "0.1.50" [dependencies.deadpool-postgres] version = "0.9.0" [dependencies.houseflow-config] version = "0.1.1" features = ["postgres"] [dependencies.houseflow-types] version = "0.1.1" features = ["postgres-types"] [dependencies.log] version = "0.4" [dependencies.refinery] version = "0.5.0" features = ["tokio-postgres"] [dependencies.semver] version = "1.0.3" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.6" features = ["macros"] [dependencies.tokio-postgres] version = "0.7" [dev-dependencies.rust-argon2] version = "0.8" [dev-dependencies.tokio] version = "1.6" features = ["macros", "rt-multi-thread"]