[package]
edition = "2024"
rust-version = "1.92"
name = "governor-application"
version = "2.0.3"
authors = ["OpenTC Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application use cases and machine contracts for cargo-governor"
homepage = "https://gitlab.opentc.ru/opentc/rust-cargo-governor"
documentation = "https://gitlab.opentc.ru/opentc/rust-cargo-governor"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.opentc.ru/opentc/rust-cargo-governor"
[lib]
name = "governor_application"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.governor-core]
version = "2.0.3"
[dependencies.governor-owners]
version = "2.0.3"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1.43"
features = [
"fs",
"io-util",
"macros",
"rt-multi-thread",
]
[lints.clippy]
cargo_common_metadata = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"
[lints.rust.unused]
level = "warn"
priority = -1