[go: up one dir, main page]

rocket 0.2.7

Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
Documentation
# 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"
version = "0.2.7"
authors = ["Sergio Benitez <sb@sergio.bz>"]
build = "build.rs"
description = "Web framework for nightly with a focus on ease-of-use, expressibility, and speed.\n"
homepage = "https://rocket.rs"
documentation = "https://api.rocket.rs/rocket/"
readme = "../README.md"
keywords = ["rocket", "web", "framework", "server"]
categories = ["web-programming::http-server"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/Rocket"
[dependencies.log]
version = "^0.3"

[dependencies.term-painter]
version = "^0.2"

[dependencies.state]
version = "^0.2"

[dependencies.time]
version = "^0.1"

[dependencies.url]
version = "^1"

[dependencies.num_cpus]
version = "1"

[dependencies.memchr]
version = "1"

[dependencies.hyper]
version = "0.10.4"
default-features = false

[dependencies.cookie]
version = "^0.6"
features = ["percent-encode"]
default-features = false

[dependencies.toml]
version = "^0.2"
default-features = false
[dev-dependencies.lazy_static]
version = "0.2"
[build-dependencies.ansi_term]
version = "^0.9"

[build-dependencies.version_check]
version = "^0.1"

[features]
testing = []