# 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 = "torus" version = "0.1.1" authors = ["Mark Sinclair "] description = "A simple CLI application to keep track of what you are reading" homepage = "https://github.com/MarkJr94/torus" readme = "README.md" keywords = ["CLI", "documents"] categories = ["command-line-utilities", "visualization"] license = "GPL-3.0-only" repository = "https://github.com/MarkJr94/torus" [dependencies.clap] version = "^2" [dependencies.cmdline-parser] version = "0.1.0" [dependencies.error-chain] version = "0.10.0" [dependencies.linefeed] version = "~0.2.3" [dependencies.prettytable-rs] version = "^0.6" [dependencies.rusqlite] version = "0.11.0" [dependencies.time] version = "0.1.36" [dependencies.xdg] version = "^2.1"