# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.51.0" name = "conduit-cookie" version = "0.10.0" authors = ["Alex Crichton "] description = "Cookie and session middleware for conduit-based stacks" license = "MIT" repository = "https://github.com/conduit-rust/conduit-cookie" [dependencies.base64] version = "0.13" [dependencies.conduit] version = "0.10.0" [dependencies.conduit-middleware] version = "0.10.0" [dependencies.cookie] version = "0.16.0-rc.1" features = ["secure"] [dev-dependencies.conduit-test] version = "0.10.0"