# 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.75" name = "boluo-core" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "boluo的核心类型和特征" homepage = "https://github.com/dakai-chen/boluo" readme = "README.md" keywords = [ "http", "web", "framework", "async", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/dakai-chen/boluo" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "boluo_core" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.futures-core] version = "0.3" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1.0" [dependencies.mime] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.sync_wrapper] version = "1"