threexui-rs 2.9.5

Async Rust SDK for the 3x-ui panel API (compatible with 3x-ui v2.9.2 and v2.9.3)
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"
rust-version = "1.75"
name = "threexui-rs"
version = "2.9.5"
build = false
exclude = [
    "/docs",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust SDK for the 3x-ui panel API (compatible with 3x-ui v2.9.2 and v2.9.3)"
documentation = "https://docs.rs/threexui-rs"
readme = "README.md"
keywords = [
    "3x-ui",
    "xray",
    "vpn",
    "proxy",
    "api-client",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/falhad/threexui-rs"

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

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

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

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

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

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

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

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "cookies",
    "multipart",
    "rustls-no-provider",
    "form",
    "socks",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "logging",
    "std",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

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