# 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 = "json-web-token" version = "0.2.0" authors = ["WatchDG "] exclude = [ ".github/**/*", "src/main.rs", ".gitignore", ] description = "JWT" homepage = "https://github.com/WatchDG/rust-json-web-token" documentation = "https://docs.rs/json-web-token" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/WatchDG/rust-json-web-token" [dependencies.b64-url] version = "0.5" [dependencies.bytes] version = "1.4" [dependencies.digest] version = "0.10" [dependencies.hmac] version = "0.12" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.91" [dependencies.sha2] version = "0.10"