[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",
]