scim_v2 0.4.1

A crate that provides utilities for working with the System for Cross-domain Identity Management (SCIM) version 2.0 protocol. (rfc7642, rfc7643, rfc7644)
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "scim_v2"
version = "0.4.1"
authors = ["Dan Gericke <dan@shiftcontrol.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]

[lib]
name = "scim_v2"
path = "src/lib.rs"
doc-scrape-examples = true

[dependencies.fluent-uri]
version = "0.4.1"

[dependencies.lalrpop-util]
version = "0.23.1"
features = ["lexer"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.uuid]
version = "1.22.0"
features = ["serde"]