jwt-compact-preview 0.4.0

Minimalistic JWT implementation with focus on type safety and secure cryptographic primitives
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "jwt-compact-preview"
version = "0.4.0"
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>", "Akhil Velagapudi <akhilvelagapudi@gmail.com>", "Frank Denis <github@pureftpd.org>"]
description = "Minimalistic JWT implementation with focus on type safety and secure cryptographic primitives"
readme = "README.md"
keywords = ["JWT", "token", "authorization"]
categories = ["web-programming", "cryptography"]
license = "Apache-2.0"
repository = "https://github.com/jedisct1/jwt-compact"
[package.metadata.docs.rs]
features = ["secp256k1"]
[dependencies.anyhow]
version = "1.0.28"

[dependencies.base64]
version = "0.12.1"

[dependencies.ed25519-compact]
version = "0.1.4"
optional = true

[dependencies.ed25519-dalek]
version = "1.0.0-pre.3"
optional = true

[dependencies.exonum-crypto]
version = "1.0.0"
features = ["sodiumoxide-crypto"]
optional = true
default-features = false

[dependencies.hmac]
version = "0.8.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.rand_core]
version = "0.5.1"

[dependencies.rsa]
version = "0.3"
optional = true

[dependencies.secp256k1]
version = "0.17.2"
features = ["rand"]
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_cbor]
version = "0.11.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.9.0"

[dependencies.smallvec]
version = "1.4.0"

[dependencies.thiserror]
version = "1.0.16"

[dependencies.zeroize]
version = "1.1"
features = ["zeroize_derive"]
[dev-dependencies.assert_matches]
version = "1.3"

[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.hex-buffer-serde]
version = "0.2.0"

[features]
default = ["ed25519-compact", "rsa"]
[target."cfg(not(target_os = \"wasi\"))".dependencies.chrono]
version = "0.4.10"
[target."cfg(target_os = \"wasi\")".dependencies.chrono-wasi]
version = "0.4.10"