# 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" name = "surf-cookie-middleware" version = "0.3.0" authors = ["Jacob Rothstein "] description = "surf cookie middleware, does what it says on the tin" readme = "README.md" keywords = ["surf", "cookies", "middleware"] license = "MIT OR Apache-2.0" repository = "https://github.com/jbr/surf-cookie-middleware" [dependencies.async-dup] version = "1.2.2" [dependencies.async-std] version = "1.9.0" [dependencies.cookie_store] version = "0.15.0" features = ["preserve_order"] [dependencies.log] version = "0.4.14" [dependencies.serde_json] version = "1.0.66" [dependencies.surf] version = "2.3.1" default-features = false [dependencies.tempfile] version = "3.2.0" [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.serde_json] version = "1.0.66" [dev-dependencies.surf] version = "2.3.1" default-features = true [dev-dependencies.tide] version = "0.16.0" features = ["cookies"] default-features = false [dev-dependencies.tide-testing] version = "0.1.3"