# 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.63" name = "smol-hyper" version = "0.1.1" authors = ["John Nunley "] exclude = ["/.*"] description = "Integrations between smol and hyper" homepage = "https://codeberg.org/notgull/smol-hyper" documentation = "https://docs.rs/smol-hyper" readme = "README.md" keywords = [ "asynchronous", "http", ] categories = [ "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/notgull/smol-hyper" [dependencies.async-executor] version = "1.8.0" optional = true [dependencies.async-io] version = "2.2.2" optional = true [dependencies.futures-io] version = "0.3.30" features = ["std"] default-features = false [dependencies.hyper] version = "1.1.0" default-features = false [dependencies.pin-project-lite] version = "0.2.13" [features] default = ["smol"] smol = [ "async-executor", "async-io", ]