# 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 = "rtd" version = "0.3.3" authors = ["yutaodou@gmail.com"] description = "Manage your todo in command line" homepage = "https://github.com/yutaodou/rtd" readme = "README.md" keywords = ["task", "todo", "command-line", "terminal", "cli"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/yutaodou/rtd" [dependencies.anyhow] version = "~1.0" [dependencies.clap] version = "~2.33.0" [dependencies.dirs] version = "~2.0.2" [dependencies.migrant_lib] version = "0.28.0" features = ["d-sqlite"] [dependencies.prettytable-rs] version = "^0.8" [dependencies.rusqlite] version = "0.21.0" features = ["bundled"] [dependencies.time] version = "~0.2.16" [features] d-sqlite = []