# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "task_cli" version = "0.2.0" authors = ["Mathew Robinson "] description = "A CLI frontend for the taskforge library" homepage = "http://taskforge.io" documentation = "http://taskforge.io/docs" readme = "../README.md" keywords = ["cli", "task", "management", "productivity"] categories = ["command-line-interface", "command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/chasinglogic/taskforge" [dependencies.chrono] version = "0.4.6" [dependencies.csv] version = "1.0.5" [dependencies.dirs] version = "1.0.5" [dependencies.docopt] version = "1.0.2" [dependencies.open] version = "1.2.2" [dependencies.serde] version = "1.0.89" [dependencies.serde_derive] version = "1.0.89" [dependencies.serde_json] version = "1.0.39" [dependencies.tabwriter] version = "1.1.0" [dependencies.taskforge] version = "0.2.0" [dependencies.tempfile] version = "3.0.7" [dependencies.toml] version = "0.4.10"