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