# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "rouille" version = "3.6.2" authors = ["Pierre Krieger "] 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.13" [dependencies.brotli] version = "3.3.2" optional = true [dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dependencies.deflate] version = "1.0.0" features = ["gzip"] optional = true [dependencies.filetime] version = "0.2.0" [dependencies.multipart] version = "0.18" features = ["server"] default-features = false [dependencies.percent-encoding] version = "2" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha1_smol] version = "1.0.0" [dependencies.threadpool] version = "1" [dependencies.time] version = "0.3.15" features = ["local-offset"] [dependencies.tiny_http] version = "0.12.0" default-features = false [dependencies.url] version = "2" [dev-dependencies.log] version = "0.4" [dev-dependencies.postgres] version = "0.19" default-features = false [features] default = [ "gzip", "brotli", ] gzip = ["deflate"] rustls = ["tiny_http/ssl-rustls"] ssl = ["tiny_http/ssl"]