# 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" name = "seaqs" version = "0.0.3" authors = ["Pouya M. B. "] description = "A mini tool to turn querystring into seaquery's condition" documentation = "https://docs.rs/seaqs" readme = "README.md" keywords = [ "serialization", "deserialization", "querystring", "serde", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/seaqs/" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.sea-query] version = "0.28" features = [ "derive", "attr", "with-uuid", "with-chrono", ] optional = true default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_with] version = "2.1" features = [ "macros", "alloc", ] default-features = false [dependencies.utoipa] version = "3" optional = true [dependencies.uuid] version = "1.1.2" features = ["serde"] [dev-dependencies.sea-query] version = "^0" features = [ "derive", "attr", "with-uuid", "with-chrono", "backend-postgres", ] default-features = false [dev-dependencies.serde-querystring] version = "0.2.0" [features] default = ["seaq"] openapi = ["utoipa"] seaq = ["sea-query"]