taskcmd 0.1.1

Task commander
Documentation
# 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 = "2024"
name = "taskcmd"
version = "0.1.1"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
exclude = ["manual/"]
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"