# 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.65" name = "json-proof-token" version = "0.3.5" authors = ["LINKS Foundation"] description = """ A library implementation based on the new JOSE Working Group draft specifications: JSON Web Proof (JWP), JSON Proof Token (JPT) and JSON Proof Algorithm (JPA).""" readme = "README.md" keywords = [ "jose", "jwp", "jpt", "jwk", "zero-knowledge", ] categories = [ "cryptography", "authentication", ] license = "Apache-2.0" repository = "https://github.com/Cybersecurity-LINKS/json-proof-token" [lib] name = "jsonprooftoken" path = "src/lib.rs" [[example]] name = "jpt" path = "examples/jpt.rs" [dependencies.cargo-license] version = "0.5.1" [dependencies.data-encoding] version = "2.4.0" [dependencies.indexmap] version = "2.0.2" features = ["serde"] [dependencies.json-unflattening] version = "0.1.2" [dependencies.serde] version = "1.0.25" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.59" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.57" [dependencies.zkryptium] version = "0.2.1" features = ["bbsplus"] default-features = false