# 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 = "fanta" version = "0.2.0" authors = ["Pete Mertz "] description = "A middleware based http async web server." homepage = "https://github.com/trezm/fanta" documentation = "https://github.com/trezm/fanta" readme = "README.md" license = "MIT" repository = "https://github.com/trezm/fanta" [dependencies.bytes] version = "0.4" [dependencies.futures] version = "0.1.11" [dependencies.httparse] version = "1.1.2" [dependencies.lazy_static] version = "0.2" [dependencies.log] version = "0.3.6" [dependencies.net2] version = "0.2" [dependencies.num_cpus] version = "1.0" [dependencies.regex] version = "0.2" [dependencies.serde] version = "1.0.24" [dependencies.serde_derive] version = "1.0.24" [dependencies.serde_json] version = "1.0.8" [dependencies.templatify] version = "0.1.0" [dependencies.time] version = "0.1" [dependencies.tokio-core] version = "0.1.0" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-proto] version = "0.1" [dependencies.tokio-service] version = "0.1" [dev-dependencies.env_logger] version = "0.3.4" default-features = false [dev-dependencies.num_cpus] version = "1.0" [dev-dependencies.rustc-serialize] version = "0.3"