# 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 = "leafslug_tsk" version = "0.4.0" authors = ["Perma Alesheikh "] description = "A personal Task Management System that is not inteded to be used by others... yet." homepage = "https://sr.ht/~prma/leafslug" readme = "./README.md" categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://git.sr.ht/~prma/leafslug" [lib] path = "src/lib.rs" [[bin]] name = "tsk" path = "src/bin/tsk.rs" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.clap_complete_command] version = "0.5.1" features = ["carapace"] [dependencies.color-eyre] version = "0.6.2" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.figment] version = "0.10.12" features = [ "env", "json", ] [dependencies.fs_extra] version = "1.3.0" [dependencies.leafslug_effects] version = "0.1.0" [dependencies.leafslug_time] version = "0.1.0" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.189" features = [ "serde_derive", "rc", ] optional = true [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.50" [dependencies.time] version = "0.3.31" features = [ "serde", "local-offset", "serde-well-known", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.assert2] version = "0.3.11" [dev-dependencies.rstest] version = "0.18.2" [features] default = ["serde"] serde = ["dep:serde"]