# 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 = "tasg" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Manage your tasks with tasg!" readme = "README.md" keywords = [ "cli", "management", "productivity", "task", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Ce11an/tasg" [lib] name = "tasg" path = "src/lib.rs" [[bin]] name = "tasg" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.tempfile] version = "3.6"