[package]
edition = "2024"
name = "taskcmd"
version = "0.1.3"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
include = [
"docs/**",
"src/**",
"tests/**",
"Cargo.lock",
"Cargo.toml",
"LICENSE*",
"NOTICE",
"/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task commander"
homepage = "https://engossoftware.github.io/taskcmd/"
documentation = "https://docs.rs/taskcmd"
readme = "README.md"
keywords = [
"task",
"commander",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EngosSoftware/taskcmd.git"
[lib]
name = "taskcmd"
path = "src/lib.rs"
[[bin]]
name = "taskcmd"
path = "src/main.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[dependencies.antex]
version = "0.2.3"
[dependencies.idml]
version = "0.6.0"
[dependencies.petgraph]
version = "0.8.3"
[dev-dependencies.cli-assert]
version = "0.1.13-rc.0"