# 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-hmac" version = "0.6.0" authors = ["Joe Wilm "] description = "HMAC middleware for the Iron HTTP framework" documentation = "https://jwilm.github.io/iron-hmac/latest/iron_hmac/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jwilm/iron-hmac" [dependencies.bodyparser] version = "0.8" [dependencies.constant_time_eq] version = "0.1" [dependencies.iron] version = "0.6" default-features = false [dependencies.openssl] version = "0.9" optional = true [dependencies.persistent] version = "0.4" [dependencies.rust-crypto] version = "0.2" optional = true [dependencies.rustc-serialize] version = "0.3" [dependencies.url] version = "1.6" [dev-dependencies.hyper] version = "0.11" default-features = false [dev-dependencies.reqwest] version = "0.8" [features] default = ["hmac-rust-crypto"] hmac-openssl = ["openssl"] hmac-rust-crypto = ["rust-crypto"]