# 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-ng" version = "3.0.1" authors = ["Pierre Krieger ", "Richard Bradfield "] description = "High-level idiomatic web framework." documentation = "http://docs.rs/rouille-ng" 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/bradfier/rouille-ng" [dependencies.base64] version = "0.10" [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.16" features = ["server"] default-features = false [dependencies.num_cpus] version = "1" [dependencies.percent-encoding] version = "2" [dependencies.rand] version = "0.7" [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 = "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"]