# 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 = "shopless-database" version = "0.10.1" authors = ["Markus Ast "] description = "Database types of shopless." license = "MIT OR Apache-2.0" [dependencies.chrono] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rust_decimal] version = "1.6" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shopless-types] version = "0.10" features = ["sqlx"] [dependencies.sqlx] version = "0.4" features = ["postgres", "uuid", "chrono", "json", "tls", "macros"] default-features = false [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.tokio] version = "0.2" features = ["rt-threaded", "macros"] [features] default = ["runtime-tokio"] runtime-async-std = ["sqlx/runtime-async-std-rustls"] runtime-tokio = ["sqlx/runtime-tokio-rustls"]