# 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 = "petro" version = "0.0.23" description = "My Pet Rust ORM" readme = "README.md" license = "Zlib" [dependencies.bytes] version = "1.6" [dependencies.deadpool-postgres] version = "0.14" [dependencies.petro_derive] version = "0.0.18" [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7.10" features = ["with-chrono-0_4"] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.rust_decimal] version = "1.35" features = ["db-tokio-postgres"] [dev-dependencies.rust_decimal_macros] version = "1.34"