# 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.56.0" name = "surrealdb-jsonwebtoken" version = "8.3.0-surreal.1" authors = ["Rushmore Mushambi "] include = [ "src/**/*", "benches/**/*", "tests/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Temporary `jsonwebtoken` fork with Wasm support" homepage = "https://github.com/Keats/jsonwebtoken" readme = "README.md" keywords = [ "jwt", "api", "token", "jwk", ] license = "MIT" repository = "https://github.com/Keats/jsonwebtoken" [[bench]] name = "jwt" harness = false [dependencies.base64] version = "0.21.0" [dependencies.pem] version = "2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_asn1] version = "0.6" optional = true [dev-dependencies.criterion] version = "0.4" [dev-dependencies.time] version = "0.3" [features] default = ["use_pem"] use_pem = [ "pem", "simple_asn1", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ring] version = "0.16.5" features = ["std"] [target."cfg(target_arch=\"wasm32\")".dependencies.getrandom] version = "0.2.10" features = ["js"] [target."cfg(target_arch=\"wasm32\")".dependencies.hmac] version = "0.12.1" [target."cfg(target_arch=\"wasm32\")".dependencies.rand] version = "0.8.5" features = ["std"] default-features = false [target."cfg(target_arch=\"wasm32\")".dependencies.rsa] version = "0.9.2" [target."cfg(target_arch=\"wasm32\")".dependencies.sha2] version = "0.10.7" features = ["oid"] [badges.maintenance] status = "passively-maintained"