# 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 = "scim-filter" version = "0.2.3" description = "SCIM filter specification implemented in Rust" homepage = "https://github.com/matteosister/scim-filter" documentation = "https://docs.rs/scim-filter" readme = "README.md" keywords = ["scim"] categories = ["parsing"] license = "MIT" repository = "https://github.com/matteosister/scim-filter" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.log] version = "0.4.20" [dependencies.nom] version = "7.1.3" [dependencies.rust_decimal] version = "1.32.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.rust_decimal_macros] version = "1.32.0" [dev-dependencies.test-case] version = "3.2.1"