rustix3 0.6.0

API lib for 3x-ui panel
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 = "rustix3"
version = "0.6.0"
authors = ["Dmitriy Sergeev <xaneets@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API lib for 3x-ui panel"
homepage = "https://github.com/Xaneets/rustix3"
readme = "README.md"
keywords = [
    "x-ui",
    "3x-ui",
    "api",
    "xray-core",
    "vpn",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/Xaneets/rustix3"

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

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

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

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4.25"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "json",
    "cookies",
    "multipart",
]

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.serde_with]
version = "3.14.0"
features = ["json"]

[dependencies.thiserror]
version = "2.0.11"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.anyhow]
version = "1.0.99"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.env_logger]
version = "0.11.6"

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