# 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 = "medallion" version = "2.5.0" authors = ["Thomas Gideon "] description = "JWT library for rust using serde, serde_json and openssl" homepage = "https://gitea.cmdln.net/cmdln/medallion" readme = "README.md" keywords = ["JWT", "token", "web", "JSON", "RSA"] categories = ["cryptography", "authentication", "web-programming", "data-structures"] license = "MIT" repository = "https://gitea.cmdln.net/cmdln/medallion" [dependencies.anyhow] version = "^1.0.31" [dependencies.base64] version = "~0.13.0" [dependencies.openssl] version = "~0.10.15" [dependencies.serde] version = "^1.0.114" features = ["derive"] [dependencies.serde_json] version = "^1.0.55" [dependencies.time] version = "~0.3" [badges.travis-ci] branch = "master" repository = "https://travis-ci.org/cmdln/medallion"