# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async-session" version = "3.0.0" authors = ["Yoshua Wuyts ", "Jacob Rothstein "] description = "Async session support with pluggable middleware" documentation = "https://docs.rs/async-session" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/async-session" [dependencies.anyhow] version = "1.0.40" [dependencies.async-lock] version = "2.4.0" [dependencies.async-trait] version = "0.1.50" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "1.3.3" [dependencies.blake3] version = "0.3.8" [dependencies.chrono] version = "0.4.19" features = ["clock", "serde", "std"] default-features = false [dependencies.hmac] version = "0.11.0" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.3" [dependencies.serde] version = "1.0.126" features = ["rc", "derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.sha2] version = "0.9.5" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"]