blob: 7a52e27eb269dfa40dc00e2ec81211f5985669b0 [file] [log] [blame]
# 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 = "rouille"
version = "3.0.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "High-level idiomatic web framework."
documentation = "http://docs.rs/rouille"
readme = "README.md"
keywords = ["web", "framework", "http", "rest"]
categories = ["web-programming::http-server", "web-programming::websocket"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tomaka/rouille"
[dependencies.base64]
version = "0.9.0"
[dependencies.brotli2]
version = "0.3.2"
optional = true
[dependencies.chrono]
version = "0.4.0"
[dependencies.deflate]
version = "0.7"
features = ["gzip"]
optional = true
[dependencies.filetime]
version = "0.2.0"
[dependencies.multipart]
version = "0.15"
features = ["server"]
default-features = false
[dependencies.num_cpus]
version = "1"
[dependencies.rand]
version = "0.5"
[dependencies.serde]
version = "1"
[dependencies.serde_derive]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.sha1]
version = "0.6.0"
[dependencies.term]
version = "0.5.1"
[dependencies.threadpool]
version = "1"
[dependencies.time]
version = "0.1.31"
[dependencies.tiny_http]
version = "0.6.0"
[dependencies.url]
version = "1.2"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.postgres]
version = "0.15.2"
default-features = false
[features]
brotli = ["brotli2"]
default = ["gzip", "brotli"]
gzip = ["deflate"]
ssl = ["tiny_http/ssl"]