# 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 = "secure-session" version = "0.4.0" authors = ["heartsucker "] description = "Signed, encrypted session cookies for Iron" homepage = "https://github.com/heartsucker/rust-secure-session" documentation = "https://docs.rs/secure-session" readme = "README.md" keywords = ["iron", "session", "web", "security"] categories = ["web-programming", "authentication", "cryptography"] license = "MIT" repository = "https://github.com/heartsucker/rust-secure-session" [lib] name = "secure_session" path = "./src/lib.rs" [dependencies.aead] version = "0.3" [dependencies.aes-gcm] version = "0.6" [dependencies.chacha20poly1305] version = "0.5" [dependencies.cookie] version = "0.14" features = ["percent-encode"] [dependencies.data-encoding] version = "2" [dependencies.generic-array] version = "0.14" [dependencies.iron] version = "0.6" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.time] version = "0.2" features = ["std", "serde"] [dependencies.typemap] version = "0.3" [dev-dependencies.iron-test] version = "0.6" [dev-dependencies.simplelog] version = "^0.8" [badges.appveyor] branch = "master" repository = "heartsucker/rust-secure-session" service = "github" [badges.travis-ci] branch = "master" repository = "heartsucker/rust-secure-session"