# 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 = "ciboulette" version = "0.1.4" authors = ["Francis Le Roy "] description = "Library to parse JSON:API requests and build responses" keywords = ["jsonapi", "json", "api"] license = "MIT OR Apache-2.0" repository = "https://github.com/basiliqio/ciboulette" [profile.dev] panic = "abort" [[bench]] name = "ciboulette_benches" path = "benches/main.rs" harness = false [dependencies.arcstr] version = "1.0.0" features = ["std", "serde"] [dependencies.getset] version = "0.1" [dependencies.indexmap] version = "1.6" features = ["serde"] [dependencies.itertools] version = "0.10.0" [dependencies.lazy_static] version = "1.4" [dependencies.messy_json] version = "0.2" features = ["uuid"] [dependencies.petgraph] version = "0.5.1" default-features = false [dependencies.serde] version = "1" features = ["derive", "rc"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.sqlx] version = "0.5" features = ["postgres", "uuid", "runtime-tokio-rustls"] optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2.0" [dependencies.uuid] version = "0.8" features = ["v4", "serde"] [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-check", "run-cargo-fmt"] default-features = false [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports", "cargo_bench_support"] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.insta] version = "1.7" features = ["redactions"] [features] sqlx_postgres = ["sqlx/postgres"]