rocket_cors 0.2.2

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.2"
authors = ["Yong Wen Chua <me@yongwen.xyz>"]
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"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "fairing"

[[example]]
name = "guard"

[[example]]
name = "json"
required-features = ["serialization"]

[[example]]
name = "manual"

[[example]]
name = "mix"
[dependencies.log]
version = "0.3"

[dependencies.rocket]
version = "0.3.6"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.unicase]
version = "2.0"

[dependencies.unicase_serde]
version = "0.1.0"
optional = true

[dependencies.url]
version = "1.5.1"

[dependencies.url_serde]
version = "0.2.0"
optional = true
[dev-dependencies.hyper]
version = "0.10"

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

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

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

[features]
default = ["serialization"]
serialization = ["serde", "serde_derive", "unicase_serde", "url_serde"]
[badges.travis-ci]
repository = "lawliet89/rocket_cors"