# 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] edition = "2021" rust-version = "1.66" name = "smol-axum" version = "0.1.0" authors = ["John Nunley "] exclude = ["/.*"] description = "Integrations between `smol` and `axum`" homepage = "https://codeberg.org/notgull/smol-axum" readme = "README.md" keywords = [ "futures", "concurrency", "http", ] categories = [ "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/notgull/smol-axum" [dependencies.async-executor] version = "1.8.0" [dependencies.async-io] version = "2.2.2" [dependencies.async-net] version = "2.0.0" optional = true [dependencies.axum-core] version = "0.4.2" default-features = false [dependencies.futures-lite] version = "2.1.0" features = ["std"] default-features = false [dependencies.http] version = "1.0.0" [dependencies.hyper] version = "1.1.0" features = ["server"] default-features = false [dependencies.hyper-util] version = "0.1.2" features = [ "server", "server-auto", ] default-features = false [dependencies.pin-project-lite] version = "0.2.13" [dependencies.smol-hyper] version = "0.1.1" [dependencies.tower] version = "0.4.13" features = ["util"] default-features = false [dependencies.tower-service] version = "0.3.2" default-features = false [dependencies.tracing] version = "0.1.40" default-features = false [dev-dependencies.axum] version = "0.7.3" default-features = false [dev-dependencies.macro_rules_attribute] version = "0.2.0" [dev-dependencies.smol-macros] version = "0.1.0" [features] default = [ "http1", "http2", ] http1 = [ "hyper/http1", "hyper-util/http1", ] http2 = [ "hyper/http2", "hyper-util/http2", ]