# 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 = "jwts" version = "0.5.1" authors = ["sea "] description = "A rust implementation of JSON Web Tokens." homepage = "https://github.com/suransea/jwt-rust" readme = "README.md" keywords = [ "jwt", "jsonwebtoken", ] license = "Apache-2.0" repository = "https://github.com/suransea/jwt-rust" [dependencies.aws-lc-rs] version = "1.6.4" features = ["aws-lc-sys"] default-features = false [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.serde] version = "1.0.171" [dependencies.serde_derive] version = "1.0.171" [dependencies.serde_json] version = "1.0.102"