# 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 = "ergol" version = "0.1.4" authors = ["Thomas Forgione "] description = "an async ORM for Rust" homepage = "https://ergol-rs.github.io" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/polymny/ergol/tree/dev/ergol" [dependencies.async-trait] version = "0.1.41" [dependencies.bit-vec] version = "0.6" optional = true [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" optional = true [dependencies.deadpool] version = "0.9" optional = true [dependencies.ergol_proc_macro] version = "0.1.4" [dependencies.eui48] version = "0.4" optional = true [dependencies.geo-types-0_6] version = "0.6" optional = true package = "geo-types" [dependencies.rocket] version = "0.5.0-rc.1" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.time-0_2] version = "0.2" optional = true package = "time" [dependencies.time-0_3] version = "0.3" optional = true package = "time" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7" [dependencies.uuid-0_8] version = "0.8" optional = true package = "uuid" [dependencies.uuid-1] version = "1" optional = true package = "uuid" [features] with-bit-vec-0_6 = [ "tokio-postgres/with-bit-vec-0_6", "bit-vec", ] with-chrono-0_4 = [ "tokio-postgres/with-chrono-0_4", "chrono", ] with-eui48-0_4 = [ "tokio-postgres/with-eui48-0_4", "eui48", ] with-geo-types-0_6 = [ "tokio-postgres/with-geo-types-0_6", "geo-types-0_6", ] with-rocket = [ "rocket", "deadpool", ] with-serde = ["serde"] with-serde_json-1 = ["tokio-postgres/with-serde_json-1"] with-time-0_2 = [ "tokio-postgres/with-time-0_2", "time-0_2", ] with-time-0_3 = [ "tokio-postgres/with-time-0_3", "time-0_3", ] with-uuid-0_8 = [ "tokio-postgres/with-uuid-0_8", "uuid-0_8", ] with-uuid-1 = [ "tokio-postgres/with-uuid-1", "uuid-1", ]