tg_admin 0.1.0

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

[dependencies.anyhow]
version = "^1.0.86"

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

[dependencies.config]
version = "0.14.0"

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

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

[dependencies.json5]
version = "0.4.1"

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.teloxide]
features = ["macros", "nightly"]
version = "0.12.2"

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

[dependencies.toml]
version = "0.8.14"

[dependencies.tracing]
version = "0.1.40"

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

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = 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.0"

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

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