# 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" rust-version = "1.65" name = "scim_v2" version = "0.2.3" authors = ["Dan Gericke "] description = "A crate that provides utilities for working with the System for Cross-domain Identity Management (SCIM) version 2.0 protocol. (rfc7642, rfc7643, rfc7644)" documentation = "https://docs.rs/scim_v2" readme = "README.md" license = "MIT" repository = "https://github.com/ShiftControl-io/scim-v2-rust" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dev-dependencies.automod] version = "1.0.14" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.ref-cast] version = "1.0.22" [dev-dependencies.rustversion] version = "1.0.14"