lfs-core 0.19.3

give information on mounted disks
Documentation
# 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 = "2021"
name = "lfs-core"
version = "0.19.3"
authors = ["dystroy <denys.seguret@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "give information on mounted disks"
homepage = "https://dystroy.org/dysk"
readme = "README.md"
keywords = [
    "linux",
    "macos",
    "filesystem",
    "fs",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/Canop/lfs-core"

[lib]
name = "lfs_core"
path = "src/lib.rs"

[dependencies.lazy-regex]
version = "3.4"

[dependencies.libc]
version = "0.2"

[dependencies.snafu]
version = "0.7"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation]
version = "0.9"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.core-foundation-sys]
version = "0.8"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.io-kit-sys]
version = "0.4"

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
    "Win32_Storage_FileSystem",
    "Win32_System_SystemServices",
    "Win32_Security",
    "Win32_System_Ioctl",
    "Win32_System_IO",
    "Win32_System_WindowsProgramming",
]