# 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 = "sdjwt" version = "0.8.1" authors = ["Rob Sliwa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SD-JWT support for Issuers, Holders, and Verifiers" homepage = "https://www.sd-jwt.info" readme = "README.md" keywords = [ "sd-jwt", "sdjwt", "token", "sd_jwt", ] license = "MIT" repository = "https://github.com/robjsliwa/sd-jwt" [package.metadata.docs.rs] readme = true [profile.release] lto = true [lib] name = "sdjwt" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "encoding_decoding_test" path = "tests/encoding_decoding_test.rs" [dependencies.base64] version = "0.21.5" [dependencies.chrono] version = "0.4.31" [dependencies.jwt-rustcrypto] version = "0.2.1" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.9.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.30" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.51" [dependencies.wasm-bindgen] version = "0.2.95"