# 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.78" name = "nyquest" version = "0.0.0-alpha.1" authors = ["bdbai "] build = false exclude = [ ".vscode/*", ".github/*", "examples/README.md", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "truly native HTTP client library" readme = "README.md" keywords = [ "http", "client", "native", "winhttp", "nsurlsession", ] categories = ["web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/bdbai/nyquest" [package.metadata.docs.rs] features = [ "async", "blocking", ] [lib] name = "nyquest" path = "src/lib.rs" [dependencies.bytes] version = "1" optional = true [dependencies.futures-core] version = "0.3" features = ["alloc"] optional = true default-features = false [dependencies.once_cell] version = "1" features = ["std"] default-features = false [dependencies.thiserror] version = "1" [features] async = [ "dep:futures-core", "dep:bytes", ] blocking = []