# 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 = "sd_jwt" version = "0.0.2" exclude = ["*.pem"] description = "An implementation of SD-JWT draft." homepage = "https://github.com/kushaldas/sd_jwt" documentation = "https://docs.rs/sd_jwt" readme = "README.md" categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/kushaldas/sd_jwt" resolver = "2" [lib] doctest = false [dependencies.base64] version = "0.13" [dependencies.base64-url] version = "1.4.13" [dependencies.constant_time_eq] version = "0.2" [dependencies.josekit] version = "0.8.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1"