# 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 = "utd" version = "0.1.2" authors = ["Rodney K. "] description = "Create and manage activities and notes offline in your terminal" homepage = "https://github.com/kawaki-san/ugly-todo-rs" readme = "README.md" keywords = [ "kanban", "todo", "notes", "tasks", "minimal", ] categories = [ "command-line-utilities", "visualization", ] license = "MIT/Apache-2.0" repository = "https://github.com/kawaki-san/ugly-todo-rs" resolver = "2" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "3.1.6" features = [ "derive", "cargo", ] [dependencies.directories] version = "4.0.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.term-table] version = "1.3.2" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.32" [dependencies.tracing-appender] version = "0.2.1" [dependencies.tracing-subscriber] version = "0.3.9" [build-dependencies.clap] version = "3.1.6" features = [ "derive", "cargo", ] [build-dependencies.clap_mangen] version = "0.1"