# 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] edition = "2018" name = "nuclear" version = "0.0.10" authors = ["Nugine "] description = "[WIP] a web framework for humans" license = "MIT" repository = "https://github.com/Nugine/nuclear" [dependencies.anyhow] version = "1.0.40" [dependencies.async-trait] version = "0.1.50" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.15" [dependencies.hyper] version = "0.14.7" features = ["server", "http1", "http2", "stream", "tcp"] [dependencies.mime] version = "0.3.16" [dependencies.pin-project] version = "1.0.7" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.smallvec] version = "1.6.1" [dependencies.thiserror] version = "1.0.24" [dependencies.tracing] version = "0.1.26" [dev-dependencies.serde] version = "1.0.126" features = ["derive"] [dev-dependencies.tokio] version = "1.6.0" features = ["full"]