# 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 = "tmp-postgrust" version = "0.9.0" authors = ["John Children "] description = "Temporary postgresql instances for testing" readme = "README.md" keywords = [ "testing", "database", "postgres", ] license = "MIT" repository = "https://github.com/CQCL/tmp-postgrust" [dependencies.ctor] version = "0.2" [dependencies.glob] version = "0.3" [dependencies.nix] version = "0.26" [dependencies.reflink-copy] version = "0.1" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.8" features = [ "parking_lot", "rt", "sync", "io-util", "process", "macros", "fs", ] optional = true default-features = false [dependencies.tracing] version = "0.1" [dependencies.which] version = "4.0" [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1.8" features = [ "parking_lot", "rt", "rt-multi-thread", "sync", "io-util", "process", "macros", "fs", ] default-features = false [dev-dependencies.tokio-postgres] version = "0.7" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false [features] default = [] tokio-process = ["tokio"] [badges.maintenance] status = "experimental"