tasker-ctl 0.1.1

Command-line interface for the Tasker orchestration system
# 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 = "2021"
name = "tasker-ctl"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Tasker orchestration system"
readme = "README.md"
keywords = [
    "cli",
    "orchestration",
    "workflow",
    "task-management",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/tasker-systems/tasker-core"

[package.metadata.cargo-machete]
ignored = [
    "rand",
    "serde",
]

[features]
default = ["docs-gen"]
docs-gen = ["askama"]

[[bin]]
name = "tasker-ctl"
path = "src/main.rs"

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

[dependencies.askama]
version = "0.15"
optional = true

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "color",
    "derive",
    "env",
]

[dependencies.rand]
version = "0.9.1"

[dependencies.regex]
version = "1.0"

[dependencies.rsa]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tasker-client]
version = "=0.1.1"

[dependencies.tasker-shared]
version = "=0.1.1"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "json",
]

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

[dependencies.validator]
version = "0.20"
features = ["derive"]

[dev-dependencies.serial_test]
version = "3.3"

[dev-dependencies.tempfile]
version = "3.24"

[lints.clippy]
dbg_macro = "warn"
module_inception = "allow"
multiple_crate_versions = "allow"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
redundant_imports = "warn"
unsafe_op_in_unsafe_fn = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]