# 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 = "tari-jwt" version = "0.1.0" description = "Ristretto JWT support for jwt-compat" readme = "README.md" license = "BSD-3-Clause" [dependencies.anyhow] version = "1.0.81" [dependencies.jwt-compact] version = "0.8.0" [dependencies.rand] version = "0.8.4" [dependencies.tari_crypto] version = "0.20.0" features = ["std"] default-features = false [dev-dependencies.assert_matches] version = "1.3" [dev-dependencies.base64ct] version = "1.5.2" features = ["alloc"] [dev-dependencies.chrono] version = "0.4.35" default-features = false [dev-dependencies.const-decoder] version = "0.3.0" [dev-dependencies.hex-buffer-serde] version = "0.4.0" [dev-dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false