# 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 = "diskonaut" version = "0.11.0" authors = ["Aram Drevekenin "] description = "Terminal disk space visual navigator" homepage = "https://github.com/imsnif/diskonaut" readme = "README.md" license = "MIT" repository = "https://github.com/imsnif/diskonaut" [dependencies.crossterm] version = "0.17" [dependencies.failure] version = "0.1" [dependencies.filesize] version = "0.2.0" [dependencies.jwalk] version = "0.5" [dependencies.nix] version = "0.17.0" [dependencies.structopt] version = "0.3" [dependencies.tui] version = "0.11" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.7" [dev-dependencies.insta] version = "0.16.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["securitybaseapi", "debugapi"]