artisan 0.10.0

Api RequesT Framework U Like - 你喜欢的 Rust API 请求框架
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.85"
name = "artisan"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Api RequesT Framework U Like - 你喜欢的 Rust API 请求框架"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yansongda/artful-rs"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "config"
path = "examples/config.rs"

[[example]]
name = "custom_plugin"
path = "examples/custom_plugin.rs"

[[example]]
name = "direction"
path = "examples/direction.rs"

[[example]]
name = "shortcut"
path = "examples/shortcut.rs"

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "~0.1.89"

[dependencies.reqwest]
version = "~0.13.2"
features = ["json"]

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

[dependencies.serde_json]
version = "~1.0.149"

[dependencies.thiserror]
version = "~2.0.18"

[dependencies.tokio]
version = "~1.51.1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "~0.1.44"

[dev-dependencies.tokio-test]
version = "~0.4.5"

[dev-dependencies.wiremock]
version = "~0.6.5"