[package] name = "jwts" version = "0.5.1" authors = ["sea "] license = "Apache-2.0" edition = "2021" description = "A rust implementation of JSON Web Tokens." homepage = "https://github.com/suransea/jwt-rust" repository = "https://github.com/suransea/jwt-rust" keywords = ["jwt", "jsonwebtoken"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64ct = { version = "1.6.0", features = ["alloc"] } serde = "1.0.171" serde_derive = "1.0.171" serde_json = "1.0.102" aws-lc-rs = { version = "1.6.4", features = ["aws-lc-sys"], default-features = false }