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