clients 0.1.0

Concrete-struct dependency injection for Rust using function pointers instead of trait objects
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"
name = "clients"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concrete-struct dependency injection for Rust using function pointers instead of trait objects"
documentation = "https://docs.rs/clients"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Sajjon/clients-rs"

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

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

[[example]]
name = "rick_and_morty_cli"
path = "examples/rick_and_morty_cli.rs"
required-features = ["reqwest"]

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

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

[dependencies.clients-macros]
version = "0.1.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.uuid]
version = "1"
features = ["v4"]
optional = true

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

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.thiserror]
version = "2"