fetch_core 0.1.0

Core fetch primitives.
Documentation
# Copyright (c) Microsoft Corporation.

# Licensed under the MIT License.



[package]

name = "fetch_core"

description = "Core fetch primitives."

version = "0.1.0"

readme = "README.md"

keywords = ["oxidizer", "fetch", "http"]

categories = ["network-programming", "web-programming::http-client"]



edition.workspace = true

rust-version.workspace = true

authors.workspace = true

license.workspace = true

homepage.workspace = true

repository = "https://github.com/microsoft/oxidizer/tree/main/crates/fetch_core"



[package.metadata.docs.rs]

all-features = true



[dependencies]



[lints]

workspace = true