# 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 = "orma" version = "0.3.3" authors = ["Andrea Chiumenti "] description = "A PostgreSQL ORM written in Rust language" readme = "../README.md" keywords = ["postgres", "postgresql", "orm", "sql", "json"] categories = ["database"] license = "MIT" repository = "https://github.com/RedSoftwareSystems/rust-orma" [dependencies.futures] version = "0.3.5" [dependencies.orma-derive] version = "=0.3.3" optional = true [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_derive] version = "1.0.116" [dependencies.serde_json] version = "1.0.58" [dependencies.tokio] version = "0.2.22" features = ["full"] [dependencies.tokio-postgres] version = "0.5.5" features = ["with-uuid-0_8", "with-serde_json-1", "runtime"] [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dev-dependencies] [features] derive = ["orma-derive"]