# 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 = "2021" name = "tusk-rs" version = "0.8.3" description = "Postgres-backed Web APIs" readme = "README.md" license = "MIT" repository = "https://github.com/jacksonzamorano/tusk" [dependencies.brackets] version = "0.2.2" [dependencies.brackets-macros] version = "0.2.2" [dependencies.chrono] version = "0.4.31" [dependencies.deadpool-postgres] version = "0.10.2" [dependencies.openssl] version = "0.10.55" [dependencies.postgres-openssl] version = "0.5.0" [dependencies.tokio] version = "1" features = [ "net", "io-util", "rt-multi-thread", "macros", ] [dependencies.tokio-postgres] version = "0.7.6" features = [ "runtime", "with-chrono-0_4", ] [dependencies.tusk-rs-derive] version = "0.8.3"