# 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 = "compact_jwt" version = "0.4.2" authors = ["William Brown "] description = "Minimal implementation of JWT for OIDC and other applications" readme = "README.md" keywords = [ "jwt", "authentication", ] categories = [ "authentication", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/kanidm/compact-jwt" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "^0.21.5" [dependencies.base64urlsafedata] version = "0.5.0" [dependencies.hex] version = "0.4" [dependencies.kanidm-hsm-crypto] version = "^0.2.0" optional = true [dependencies.openssl] version = "^0.10.38" optional = true [dependencies.openssl-kdf] version = "0.4.2" optional = true [dependencies.serde] version = "^1.0.136" features = ["derive"] [dependencies.serde_json] version = "^1.0.79" [dependencies.tracing] version = "^0.1.34" [dependencies.url] version = "^2.2.2" features = ["serde"] [dependencies.uuid] version = "^1.0.0" features = ["serde"] [dev-dependencies.tracing-subscriber] version = "^0.3.11" [features] default = ["openssl"] hsm-crypto = ["kanidm-hsm-crypto"] msextensions = [ "dep:openssl-kdf", "openssl", "kanidm-hsm-crypto/msextensions", ] unsafe_release_without_verify = []