# 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 = "postgres-service" version = "0.19.4" authors = ["Charles Samuels <charles@derkarl.org>"] description = "Parse Postgres service configuration files" documentation = "https://github.com/njaard/postgres-service/blob/master/Readme.md" readme = "Readme.md" keywords = [ "database", "sql", "postgres", "postgresql", ] license = "BSD-2-Clause" repository = "https://github.com/njaard/postgres-service" [dependencies.postgres] version = "^0.19" default-features = false [dependencies.rust-ini] version = "0.20" [dependencies.tokio-postgres] version = "0.7.5" default-features = false