[dependencies]
[features]
alloc = []
default = ["alloc"]
[lib]
name = "accepts"
path = "src/lib.rs"
[package]
authors = ["Mikou"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "no-std"]
description = "Minimal traits and blanket impls for sync/async acceptors (pipeline foundation)"
documentation = "https://docs.rs/accepts"
edition = "2024"
homepage = "https://github.com/accepts-rs/accepts"
keywords = ["accepts", "acceptor", "pipeline", "async", "no-std"]
license = "MIT OR Apache-2.0"
name = "accepts"
readme = "README.md"
repository = "https://github.com/accepts-rs/accepts"
version = "0.0.2"