# 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-test" version = "0.6.0" authors = ["Jonathan Reem "] description = "Mocking suite for Iron requests." documentation = "https://docs.rs/iron-test" license = "MIT" repository = "https://github.com/reem/iron-test" [dependencies.iron] version = "0.6.0" [dependencies.uuid] version = "0.5.1" features = ["v4"] [dependencies.log] version = "0.3.8" [dependencies.url] version = "1.6.0" [dependencies.hyper] version = "0.10" [dev-dependencies.mime] version = "0.3.5" [dev-dependencies.urlencoded] version = "0.6.0" [dev-dependencies.router] version = "0.6.0"