iron-csrf 0.3.1

CSRF protection for the web framework Iron
Documentation
# 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-csrf"
version = "0.3.1"
authors = ["heartsucker <heartsucker@autistici.org>"]
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.chrono]
version = "0.3"

[dependencies.cookie]
version = "0.8"
features = ["percent-encode"]

[dependencies.csrf]
version = "0.3"
features = ["iron"]

[dependencies.data-encoding]
version = "2.0.0"

[dependencies.hyper]
version = "0.10"

[dependencies.iron]
version = ">=0.5, <0.7"

[dependencies.log]
version = "0.3"

[dependencies.rust-crypto]
version = "0.2"

[dependencies.urlencoded]
version = "0.6"
[dev-dependencies.env_logger]
version = "0.4"

[dev-dependencies.iron-test]
version = ">=0.5, <0.7"

[dev-dependencies.lazy_static]
version = "0.2"
[badges.appveyor]
branch = "master"
repository = "heartsucker/iron-csrf"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "heartsucker/iron-csrf"