# 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 = "sprattus" version = "0.0.1" authors = ["Martijn Groeneveldt "] description = "A async orm for Postgres" readme = "../README.MD" categories = ["database", "asynchronous", "postgres"] license-file = "../LICENSE" repository = "https://github.com/dutchmartin/sprattus" [dependencies.futures-util-preview] version = "^0.3.0-alpha.19" [dependencies.parking_lot] version = "0.9.0" [dependencies.sprattus-derive] version = "0.0.1" [dependencies.strfmt] version = "0.1.6" [dependencies.tokio] version = "^0.2.0-alpha.6" [dependencies.tokio-postgres] version = "^0.5.0-alpha.1" features = ["default"] [features] with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"] with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"] with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"] with-geo-types-0_4 = ["tokio-postgres/with-geo-types-0_4"] with-serde_json-1 = ["tokio-postgres/with-serde_json-1"] with-uuid-0_7 = ["tokio-postgres/with-uuid-0_7"]