teamtalk 1.0.1

TeamTalk SDK for Rust
Documentation
[dependencies.dirs]
version = "6.0"

[dependencies.evalexpr]
version = "13.1"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.once_cell]
version = "1.20"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12"

[dependencies.sevenz-rust2]
version = "0.19"

[dependencies.teamtalk-sys]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
optional = true
version = "0.1"

[features]
async = ["dep:futures"]
default = []
dispatch = []
logging = ["dep:tracing"]
mock = ["dispatch"]
offline = []

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

[package]
authors = ["BlindMaster24"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "TeamTalk SDK for Rust"
edition = "2024"
homepage = "https://github.com/BlindMaster24/TeamTalkRust"
license = "MIT"
name = "teamtalk"
readme = "README.md"
repository = "https://github.com/BlindMaster24/TeamTalkRust"
resolver = "2"
version = "1.0.1"

[package.metadata.docs.rs]
all-features = true

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

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

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

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

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

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