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.89.0"
name = "zan-test-lib"
version = "0.3.0"
authors = ["Žan Kovač <zan@protokol.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "test"
homepage = "https://github.com/KovacZan/test"
readme = "README.md"
keywords = ["test"]
categories = ["web-programming::http-client"]
license = "MIT"
repository = "https://github.com/KovacZan/test"

[lib]
name = "zan_test_lib"
crate-type = ["lib"]
path = "src/lib.rs"
test = true
doctest = true
bench = true
doc = true
proc-macro = false
required-features = []

[dependencies.anyhow]
version = "1.0.100"

[dependencies.reqwest]
version = "0.12.25"
features = ["json"]

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