# 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 = "ciboulette2pg" version = "0.1.3" authors = ["Francis Le Roy "] description = "Library to execute Ciboulette query to Postgres and build responses back" license = "MIT OR Apache-2.0" repository = "https://github.com/basiliqio/ciboulette2pg" [dependencies.arcstr] version = "1.0.0" features = ["std"] [dependencies.bigdecimal] version = "0.2" [dependencies.buf_redux] version = "0.8" features = ["slice-deque"] [dependencies.ciboulette] version = "0.1" features = ["sqlx_postgres"] package = "ciboulette" [dependencies.getset] version = "0.1" [dependencies.itertools] version = "0.10.0" [dependencies.messy_json] version = "0.2" features = ["uuid"] [dependencies.numtoa] version = "0.2.3" [dependencies.petgraph] version = "0.5.1" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] default-features = false [dependencies.sqlx] version = "0.5" features = ["postgres", "runtime-tokio-rustls", "json", "uuid", "chrono", "bigdecimal"] [dependencies.thiserror] version = "1.0.17" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-check", "run-cargo-fmt"] default-features = false [dev-dependencies.insta] version = "1.7" features = ["redactions"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.num_cpus] version = "1.13.0" [dev-dependencies.refinery] version = "0.5.0" features = ["tokio", "tokio-postgres"] [dev-dependencies.sqlformat] version = "0.1.6" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.url] version = "2.2.0"