# 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 = "happy" version = "0.1.1" authors = ["Ty Overby "] description = "A simple web framework with a focus on serving static files and hosting APIs" license = "MIT/Apache-2.0" [dependencies.regex] version = "0.2.*" [dependencies.serde] version = "1.*.*" [dependencies.mime_guess] version = "2.0.0-alpha.1" [dependencies.serde_json] version = "1.*.*" [dependencies.hyper] version = "0.11.*" [dependencies.void] version = "1.*.*" [dependencies.futures] version = "0.1.*" [dependencies.log] version = "0.3.*" [dependencies.combine] version = "2.4.*" [dependencies.mime] version = "0.3.*" [dev-dependencies.serde_derive] version = "1.*.*"