# 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 = "restq" version = "0.9.1" authors = ["Jovansonlee Cesar"] description = "Compacting SQL query into a URL suitable for rest api calls" documentation = "https://docs.rs/restq" readme = "README.md" keywords = [ "url", "param", "parser", "rest", "sql", ] license = "MIT" repository = "https://github.com/ivanceras/restq" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = [ "serde", "wasmbind", ] [dependencies.csv] version = "1" [dependencies.either] version = "1.10" [dependencies.log] version = "0.4" [dependencies.pom] version = "3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.sqlparser] version = "0.44" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1.8" features = [ "serde", "v4", "js", ] [badges.maintenance] status = "passively-maintained"