# 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.67.0" name = "sd-jwt-rs" version = "0.7.1" authors = ["Abdulbois Tursunov , Sergey Minaev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust reference implementation of the IETF SD-JWT specification (v7)." homepage = "https://github.com/openwallet-foundation-labs/sd-jwt-rust" documentation = "https://docs.rs/sd-jwt-rs" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/openwallet-foundation-labs/sd-jwt-rust" [lib] name = "sd_jwt_rs" path = "src/lib.rs" [[test]] name = "demos" path = "tests/demos.rs" [dependencies.base64] version = "0.21" [dependencies.hmac] version = "0.12" [dependencies.jsonwebtoken] version = "9.2" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.113" features = ["preserve_order"] [dependencies.sha2] version = "0.10" [dependencies.strum] version = "0.25" features = [ "std", "derive", ] default-features = false [dependencies.thiserror] version = "1.0.51" [dev-dependencies.regex] version = "1.10" [dev-dependencies.rstest] version = "0.18.2" [features] mock_salts = ["lazy_static"]