rocket_cors 0.2.0

Cross-origin resource sharing (CORS) for Rocket.rs applications
# 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 = "rocket_cors"
version = "0.2.0"
authors = ["Yong Wen Chua <me@yongwen.xyz>"]
build = "build.rs"
description = "Cross-origin resource sharing (CORS) for Rocket.rs applications"
homepage = "https://github.com/lawliet89/rocket_cors"
documentation = "https://lawliet89.github.io/rocket_cors/"
keywords = ["rocket", "cors"]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/lawliet89/rocket_cors"
[dependencies.unicase]
version = "2.0"

[dependencies.unicase_serde]
version = "0.1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.url]
version = "1.5.1"

[dependencies.log]
version = "0.3"

[dependencies.rocket]
version = "0.3"

[dependencies.serde]
version = "1.0"

[dependencies.url_serde]
version = "0.2.0"
[dev-dependencies.rocket_codegen]
version = "0.3"

[dev-dependencies.hyper]
version = "0.10"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_test]
version = "1.0"
[build-dependencies.version_check]
version = "0.1"

[build-dependencies.ansi_term]
version = "0.9"
[badges.travis-ci]
repository = "lawliet89/rocket_cors"