# 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] name = "iron-sessionstorage-0-6" version = "0.6.6" authors = ["Markus Unterwaditzer "] description = "Session middleware for Iron." homepage = "https://github.com/iron/iron-sessionstorage" readme = "README.md" keywords = ["iron", "sessions", "cookie", "user", "login"] license = "MIT" repository = "https://github.com/iron/iron-sessionstorage" [dependencies.cookie] version = "0.5" features = ["secure"] [dependencies.error-chain] version = "0.11" [dependencies.iron] version = "0.6" [dependencies.r2d2] version = "0.8" optional = true [dependencies.r2d2_redis] version = "0.7" optional = true [dependencies.rand] version = "0.4" [dependencies.redis] version = "0.8" optional = true [dev-dependencies.router] version = "0.6" [dev-dependencies.urlencoded] version = "0.6" [features] redis-backend = ["redis", "r2d2_redis", "r2d2"]