# 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 = "rnd-cli" version = "0.1.2" authors = ["raulanatol "] description = "A simple tool to read a file and manage his lines with a random feature" homepage = "https://github.com/raulanatol/rnd-cli" keywords = ["cli", "random", "files"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/raulanatol/rnd-cli" [dependencies.rand] version = "0.7.3" [dependencies.structopt] version = "0.3.15" [dependencies.termion] version = "1.5.5" [dependencies.tui] version = "0.9.5" [dev-dependencies.filename] version = "0.1.1" [dev-dependencies.tempfile] version = "3.1.0"