# 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 = "rusty-forest" version = "0.1.2" authors = ["TincaMatei "] description = "A small terminal application based on the Forest app for mobile." homepage = "https://github.com/tincaMatei/rusty-forest" documentation = "https://github.com/tincaMatei/rusty-forest/blob/main/DOCS.md" readme = "README.md" keywords = ["cli", "productivity", "forest"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tincaMatei/rusty-forest" [dependencies.chrono] version = "0.4" [dependencies.getopts] version = "0.2" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1.5.4" [dependencies.termion] version = "1.0.0"