busylib 0.0.8

BUSY Bar Rust HTTP client
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 = "2024"
rust-version = "1.86"
name = "busylib"
version = "0.0.8"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BUSY Bar Rust HTTP client"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/foresterre/busybar-rust"

[features]
default = ["reqwest"]
reqwest = ["dep:reqwest"]

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

[[test]]
name = "api"
path = "tests/api.rs"

[[test]]
name = "model"
path = "tests/model.rs"

[[test]]
name = "transport"
path = "tests/transport.rs"

[[test]]
name = "types"
path = "tests/types.rs"

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.reqwest]
version = "0.13.4"
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.wiremock]
version = "0.6"