# 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 = "oxidizer" version = "0.2.1" authors = ["Gustavo Sampaio ", "davysson ", "Vandre Leal "] description = "Oxidizer helps you reduce the boiler plate of writing entities, tables & migrations when using tokio-postgres and refinery." keywords = ["orm", "tokio-postgres", "refinery", "postgres", "sql"] categories = ["database"] license = "MIT" repository = "https://github.com/oxidizer-rs/oxidizer" [dependencies.async-trait] version = "0.1.38" [dependencies.barrel] version = "0.6.5" features = ["pg"] [dependencies.chrono] version = "0.4.15" [dependencies.mobc] version = "0.5" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.oxidizer-entity-macro] version = "0.2.1" [dependencies.postgres-openssl] version = "0.3.0" [dependencies.refinery] version = "0.3.0" features = ["tokio-postgres"] [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-postgres] version = "0.5.4" features = ["with-chrono-0_4"]