# 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 = "2021" rust-version = "1.60" name = "sea-query-rbatis" version = "0.1.0" authors = ["Caisin "] description = "Driver library for using SeaQuery with Rbatis" documentation = "https://docs.rs/sea-query" readme = "README.md" keywords = [ "database", "mysql", "postgres", "sqlite", "rbatis", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/sea-query" [lib] [dependencies.bigdecimal] version = "0.3" optional = true default-features = false [dependencies.chrono] version = "0.4" features = ["clock"] optional = true default-features = false [dependencies.ipnetwork] version = "0.20" optional = true default-features = false [dependencies.mac_address] version = "1.1" optional = true default-features = false [dependencies.rbs] version = "4.3.1" [dependencies.rust_decimal] version = "1" optional = true default-features = false [dependencies.sea-query] version = "0.30" features = ["thread-safe"] default-features = false [dependencies.serde_json] version = "1" features = ["std"] optional = true default-features = false [dependencies.time] version = "0.3" features = [ "macros", "formatting", ] optional = true default-features = false [dependencies.uuid] version = "1" optional = true default-features = false [features] default = [ "with-chrono", "with-json", "with-rust_decimal", "with-bigdecimal", "with-uuid", "with-time", "with-ipnetwork", "with-mac_address", "postgres-array", ] postgres-array = ["sea-query/postgres-array"] with-bigdecimal = [ "sea-query/with-bigdecimal", "bigdecimal", ] with-chrono = [ "sea-query/with-chrono", "chrono", ] with-ipnetwork = [ "sea-query/with-ipnetwork", "ipnetwork", ] with-json = [ "sea-query/with-json", "serde_json", ] with-mac_address = [ "sea-query/with-mac_address", "mac_address", ] with-rust_decimal = [ "sea-query/with-rust_decimal", "rust_decimal", ] with-time = [ "sea-query/with-time", "time", ] with-uuid = [ "sea-query/with-uuid", "uuid", ]