# 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.74.0" name = "jsonwebtoken-aws-lc" version = "9.3.0" authors = [ "Vincent Prouillet ", "Glen Henri J. De Cauwsemaecker ", ] build = false include = [ "src/**/*", "benches/**/*", "tests/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Create and decode JWTs in a strongly typed way." homepage = "https://github.com/glendc/jsonwebtoken-aws-lc" readme = "README.md" keywords = [ "jwt", "api", "token", "jwk", ] license = "MIT" repository = "https://github.com/glendc/jsonwebtoken-aws-lc" [lib] name = "jsonwebtoken_aws_lc" path = "src/lib.rs" [[test]] name = "hmac" path = "tests/hmac.rs" [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "jwt" path = "benches/jwt.rs" harness = false [dependencies.aws-lc-rs] version = "1.8.1" features = ["aws-lc-sys"] default-features = false [dependencies.base64] version = "0.22" [dependencies.pem] version = "3" 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.5.1" [dev-dependencies.time] version = "0.3" [features] default = ["use_pem"] use_pem = [ "pem", "simple_asn1", ] [badges.maintenance] status = "passively-maintained"