# 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" name = "protobuf-web-token" version = "0.6.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Create, verify and decode protobuf web tokens" homepage = "https://github.com/andreasewering/protobuf-web-tokens" documentation = "https://github.com/andreasewering/protobuf-web-tokens" readme = "README.md" keywords = [ "protobuf", "web", "token", ] categories = [ "authentication", "encoding", ] license = "\tBSD-3-Clause" repository = "https://github.com/andreasewering/protobuf-web-tokens" [lib] name = "protobuf_web_token" path = "src/lib.rs" [[bench]] name = "pwt_vs_jwt" path = "benches/pwt_vs_jwt.rs" harness = false [dependencies.base64] version = "0.22" [dependencies.ed25519-dalek] version = "2.1.1" features = ["pem"] [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.josekit] version = "0.10.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.214" [dev-dependencies.serde_json] version = "1.0.132" [build-dependencies.prost-build] version = "0.13"