tg_admin 0.1.1

tg interface to change local structured data
Documentation
[[bin]]
name = "tg_admin"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "^4.5.53"

[dependencies.derive-new]
version = "^0.7.0"

[dependencies.insta]
features = ["json"]
version = "1.45.1"

[dependencies.json5]
version = "1.3.0"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.teloxide]
features = ["macros"]
version = "0.17"

[dependencies.tokio]
features = ["full", "tracing"]
version = "1.48.0"

[dependencies.toml]
version = "0.9.10"

[dependencies.tracing]
version = "0.1.44"

[dependencies.v_utils]
features = ["io", "macros", "cli"]
version = "^2.15.14"

[dev-dependencies.tempfile]
features = ["nightly"]
version = "3.24.0"

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

[lints.clippy]
get_first = "allow"
len_zero = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "tg interface to change local structured data"
edition = "2021"
license = "MIT"
name = "tg_admin"
readme = "README.md"
repository = "https://github.com/valeratrades/tg_admin"
rust-version = "1.81"
version = "0.1.1"

[package.metadata.cargo-machete]
ignored = ["derive-new", "serde", "tokio"]

[[test]]
name = "integration"
path = "tests/integration/main.rs"