[package] name = "asap" readme = "../README.md" version = "0.11.0" license = "MIT" edition = "2018" authors = [ "Callum Osmotherly ", "Robin Stocker ", "Antoine Büsch ", "Sam Reis ", ] keywords = ["asap", "jwt", "api", "token", "authorisation"] homepage = "https://bitbucket.org/atlassianlabs/rust-asap/" repository = "https://bitbucket.org/atlassianlabs/rust-asap/" description = "An implementation of ASAP for rust." [dependencies] bytes = "1.1.0" chrono = "0.4" anyhow = "1.0" thiserror = "1.0" jsonwebtoken = "7.2.0" lru_time_cache = "0.11.11" pem = "1.0.2" rand = "0.8.4" reqwest = "0.11.9" serde = "1.0.136" serde_derive = "1.0.136" serde_json = "1.0.78" [dev-dependencies] base64 = "0.13.0" bencher = "0.1.5" # Currently publishing this as a separate crate. # https://github.com/rust-lang/cargo/issues/4242 asap_deps_keyserver = { path = "support/keyserver", version = "0.3.0" } tokio = { version = "1.16.1", features = ["full"] } [[bench]] name = "tokens" harness = false