# 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 = "corsware" version = "0.2.0" authors = ["Alexander Torstling "] exclude = ["docs/**"] description = "CORS for Iron According to the Spec" homepage = "https://github.com/atorstling/corsware" documentation = "https://atorstling.github.io/corsware/corsware/index.html" readme = "README.md" keywords = ["iron", "cors", "middleware", "cross-origin"] categories = ["web-programming::http-server"] license = "MIT" [dependencies.hyper] version = "0.10.5" [dependencies.iron] version = "0.6.0" [dependencies.unicase] version = "1.4.0" [dependencies.url] version = "1.4.0" [dev-dependencies.mount] version = "0.4.0" [dev-dependencies.router] version = "0.6.0" [badges.travis-ci] repository = "atorstling/corsware"