[package] name = "passport" version = "0.4.0" authors = ["Jan Christian Grünhage ", "Lukas Lihotzki ", "Kateřina Churanová ", "Elise M "] edition = "2018" description = "Crate for signing and validating PASSporT (RFC8225) tokens" documentation = "https://docs.rs/passport" repository = "https://gitlab.com/famedly/libraries/passport-rs/" license = "AGPL-3.0-only" keywords = ["rfc8225", "jwt", "personal", "assertion", "token"] categories = ["authentication"] readme = "README.md" [dependencies] serde = { version = "1.0.101", features = ["derive"] } jsonwebtoken = "8.0" serde_json = "1.0.40"