[package] name = "jsonwebtoken-hs256" version = "0.1.0" authors = ["Vincent Prouillet ", "Jacobtread "] license = "MIT" readme = "README.md" description = "Create and decode JWTs in a strongly typed way." homepage = "https://github.com/jacobtread/jsonwebtoken-hs256" repository = "https://github.com/jacobtread/jsonwebtoken-hs256" keywords = ["jwt", "api", "token", "jwk"] edition = "2021" include = ["src/**/*", "benches/**/*", "tests/**/*", "LICENSE", "README.md"] rust-version = "1.56.0" [dependencies] serde_json = "1.0" serde = {version = "1.0", features = ["derive"] } ring = { version = "0.16.5", features = ["std"] } base64 = "0.21.0" thiserror = "1"