# 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 = "iron-csrf" version = "0.4.0" authors = ["heartsucker "] description = "CSRF protection for the web framework Iron" homepage = "https://github.com/heartsucker/iron-csrf" documentation = "https://docs.rs/iron-csrf" readme = "README.md" keywords = ["iron", "csrf", "web", "security"] categories = ["web-programming", "authentication", "cryptography"] license = "MIT" repository = "https://github.com/heartsucker/iron-csrf" [lib] name = "iron_csrf" path = "./src/lib.rs" [dependencies.cookie] version = "0.14" features = ["percent-encode"] [dependencies.csrf] version = "0.4" features = ["iron"] [dependencies.data-encoding] version = "2" [dependencies.hyper] version = "0.13" [dependencies.iron] version = "0.6" [dependencies.log] version = "0.4" [dependencies.time] version = "0.2" [dependencies.urlencoded] version = "0.6" [dev-dependencies.iron-test] version = "0.6" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.simplelog] version = "^0.8" [badges.appveyor] branch = "master" repository = "heartsucker/iron-csrf" service = "github" [badges.travis-ci] branch = "master" repository = "heartsucker/iron-csrf"