# 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] edition = "2018" name = "todo_r" version = "0.7.2" authors = ["Lavi Blumberg "] exclude = ["benches/*", "tests/*", "ci/*", "HomebrewFormula/*", ".travis.yml"] description = "Simple rust command line utility that keeps track of your todo comments in code" homepage = "https://github.com/lavifb/todo_r" readme = "README.md" license = "MIT" repository = "https://github.com/lavifb/todo_r" [profile.release] lto = true [[bench]] name = "bench" harness = false [dependencies.ansi_term] version = "0.11" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2.32" [dependencies.config] version = "0.9" [dependencies.dialoguer] version = "0.3" [dependencies.dirs] version = "1" [dependencies.env_logger] version = "0.6" [dependencies.failure] version = "0.1" [dependencies.fnv] version = "1" [dependencies.globset] version = "0.4" [dependencies.ignore] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_info"] [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.assert_cmd] version = "0.11" [dev-dependencies.criterion] version = "0.2.9" [build-dependencies.clap] version = "2.32"