ZeroTierOne/zeroidc/vendor/jwt/Cargo.toml

55 lines
1.3 KiB
TOML

# 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"
version = "0.16.0"
authors = ["Michael Yang <mikkyangg@gmail.com>"]
description = "JSON Web Token library"
homepage = "http://github.com/mikkyang/rust-jwt"
documentation = "https://docs.rs/jwt"
readme = "README.md"
keywords = ["JWT", "token", "web"]
license = "MIT"
repository = "http://github.com/mikkyang/rust-jwt"
[package.metadata.docs.rs]
features = ["openssl"]
[dependencies.base64]
version = "0.13"
[dependencies.crypto-common]
version = "0.1"
[dependencies.digest]
version = "0.10"
[dependencies.hmac]
version = "0.12"
features = ["reset"]
[dependencies.openssl]
version = "0.10"
optional = true
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dev-dependencies.doc-comment]
version = "0.3"