# 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 = "jwk-set" version = "0.1.1" authors = ["vkill "] description = "JSON Web Token (JWT) Set" homepage = "https://github.com/bk-rs/jwk-rs" documentation = "https://docs.rs/jwk-set" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/jwk-rs" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-all-features] skip_optional_dependencies = true skip_feature_sets = [[ "_priv_with_serde_json", "with-decrypt", ]] [dependencies.jsonwebkey] version = "0.3.5" default-features = false [dependencies.jsonwebtoken] version = "8.0" optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "std", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [features] _priv_with_serde_json = ["serde_json"] default = ["with-decrypt"] with-decrypt = [ "jsonwebkey/jwt-convert", "jsonwebtoken", ]