# 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 = "asap" version = "0.11.0" authors = [ "Callum Osmotherly ", "Robin Stocker ", "Antoine Büsch ", "Sam Reis ", ] description = "An implementation of ASAP for rust." homepage = "https://bitbucket.org/atlassianlabs/rust-asap/" readme = "README.md" keywords = [ "asap", "jwt", "api", "token", "authorisation", ] license = "MIT" repository = "https://bitbucket.org/atlassianlabs/rust-asap/" [[bench]] name = "tokens" harness = false [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.1.0" [dependencies.chrono] version = "0.4" [dependencies.jsonwebtoken] version = "7.2.0" [dependencies.lru_time_cache] version = "0.11.11" [dependencies.pem] version = "1.0.2" [dependencies.rand] version = "0.8.4" [dependencies.reqwest] version = "0.11.9" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.78" [dependencies.thiserror] version = "1.0" [dev-dependencies.asap_deps_keyserver] version = "0.3.0" [dev-dependencies.base64] version = "0.13.0" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.tokio] version = "1.16.1" features = ["full"]