dysk 3.6.1

give information on mounted filesystems
# 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.75"
name = "dysk"
version = "3.6.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
build = "build.rs"
exclude = [
    "website",
    "dysk*.zip",
]
autolib = false
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",
    "mac",
    "filesystem",
    "disk",
]
categories = [
    "filesystem",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Canop/dysk"
resolver = "2"

[[bin]]
name = "dysk"
path = "src/main.rs"

[dependencies.dysk-cli]
version = "3.6.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 = "3.6.1"

[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.toml]
version = "0.7"

[profile.release]
strip = true