tanu 0.20.2

tanu - High-performance and async-friendly WebAPI testing framework for Rust
Documentation
# 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"
name = "tanu"
version = "0.20.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tanu - High-performance and async-friendly WebAPI testing framework for Rust"
homepage = "https://github.com/tanu-rs/tanu"
readme = "README.md"
keywords = [
    "webapi",
    "test",
    "http",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/tanu-rs/tanu"

[features]
cookies = ["tanu-core/cookies"]
default = ["native-tls"]
graphql = ["tanu-core/graphql"]
grpc = [
    "tanu-core/grpc",
    "tanu-tui/grpc",
]
json = ["tanu-core/json"]
multipart = ["tanu-core/multipart"]
native-tls = [
    "tanu-core/native-tls",
    "tanu-tui/native-tls",
]
rustls-tls = [
    "tanu-core/rustls-tls",
    "tanu-tui/rustls-tls",
]
rustls-tls-native-roots = [
    "tanu-core/rustls-tls-native-roots",
    "tanu-tui/rustls-tls-native-roots",
]
rustls-tls-webpki-roots = [
    "tanu-core/rustls-tls-webpki-roots",
    "tanu-tui/rustls-tls-webpki-roots",
]

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

[dependencies.anyhow]
version = "1"
features = ["backtrace"]

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6"

[dependencies.console]
version = "0.15"

[dependencies.eyre]
version = "0.6"
features = ["track-caller"]

[dependencies.futures]
version = "0.3"

[dependencies.inventory]
version = "0.3"

[dependencies.itertools]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.pretty_assertions]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.tanu-core]
version = "=0.20.2"
default-features = false

[dependencies.tanu-derive]
version = "=0.20.2"

[dependencies.tanu-tui]
version = "=0.20.2"
default-features = false

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "registry",
]