# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.70" name = "dysk" version = "2.9.1" authors = ["dystroy "] build = "build.rs" exclude = [ "website", "dysk*.zip", ] autobins = false autoexamples = false autotests = false autobenches = false description = "give information on mounted filesystems" homepage = "https://dystroy.org/dysk" documentation = "https://dystroy.org/dysk" readme = "README.md" keywords = [ "linux", "filesystem", "fs", "lfs", "disk", ] categories = [ "filesystem", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Canop/dysk" resolver = "1" [profile.release] strip = true [[bin]] name = "dysk" path = "src/main.rs" [dependencies.dysk-cli] version = "2.9.1" [build-dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [build-dependencies.clap_complete] version = "4.4" [build-dependencies.clap_mangen] version = "0.2.12" [build-dependencies.dysk-cli] version = "2.9.1" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.toml] version = "0.7"