# 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 = "lll" version = "0.1.1" authors = ["Zac Anger "] description = "Simple terminal file manager" homepage = "https://github.com/zacanger/lll" readme = "README.md" keywords = ["cli", "terminal", "file-manager", "file"] license = "LGPL-3.0" repository = "https://github.com/zacanger/lll" [[bin]] name = "lll" path = "src/main.rs" [dependencies.alphanumeric-sort] version = "1.0.3" [dependencies.cursive] version = "0.9" features = ["termion-backend"] default-features = false [dependencies.failure] version = "0.1.2" [dependencies.failure_derive] version = "0.1.3" [dependencies.fern] version = "0.5" [dependencies.uname] version = "0.1.1" [dependencies.unicode-width] version = "0.1.5" [dependencies.users] version = "0.8.0" [dependencies.walkdir] version = "2.2.6"