accepts 0.0.1

Rust toolkit for composing synchronous and asynchronous acceptor pipelines
Documentation
[dependencies.accepts-macros]
optional = true
version = "0.0.1"

[dependencies.log]
default-features = false
optional = true
version = "0.4"

[dependencies.reqwest]
default-features = true
features = ["json", "blocking"]
optional = true
version = "0.12"

[dependencies.serde]
default-features = false
optional = true
version = "1"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
optional = true
version = "1"

[dependencies.tokio]
default-features = false
features = ["sync", "macros", "rt-multi-thread", "time"]
optional = true
version = "1"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1"

[features]
__common_flag = []
__ext_flag = []
__internal_macros_flag = ["accepts-macros/internal-codegen"]
all = ["std", "utils", "ext-all", "macros", "codegen"]
alloc = []
codegen = []
default = ["std"]
ext-all = ["ext-log", "ext-tracing", "ext-serde", "ext-serde_json", "ext-tokio", "ext-reqwest"]
ext-log = ["__ext_flag", "__internal_macros_flag", "log"]
ext-reqwest = ["__ext_flag", "__common_flag", "std", "__internal_macros_flag", "reqwest", "serde"]
ext-serde = ["__ext_flag", "__internal_macros_flag", "serde"]
ext-serde_json = ["__ext_flag", "__internal_macros_flag", "ext-serde", "serde_json", "alloc"]
ext-tokio = ["__ext_flag", "__common_flag", "std", "__internal_macros_flag", "tokio", "utils"]
ext-tracing = ["__ext_flag", "__internal_macros_flag", "tracing"]
macros = ["accepts-macros/codegen"]
std = ["alloc"]
utils = ["__common_flag", "__internal_macros_flag"]

[lib]
name = "accepts"
path = "src/lib.rs"

[package]
authors = ["Mikou"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust toolkit for composing synchronous and asynchronous acceptor pipelines"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "accepts"
readme = "README.md"
repository = "https://github.com/accepts-rs/accepts"
version = "0.0.1"