# 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 = "diskscan" version = "0.3.0" authors = ["Sviatoslav Kokurin "] description = """ Library to scan your disk space. """ readme = "README.md" keywords = [ "disk", "scan", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/funbiscuit/spacedisplay-rs" resolver = "1" [dependencies.byte-unit] version = "4.0" features = ["std"] default-features = false [dependencies.crc] version = "3.0.0" [dependencies.derivative] version = "2.2.0" [dependencies.log] version = "0.4.17" [dependencies.mountpoints] version = "0.2.1" [dependencies.ptree] version = "0.4.0" default-features = false [target."cfg(target_os = \"linux\")".dependencies.inotify] version = "0.10.0" [target."cfg(target_os = \"linux\")".dependencies.page_size] version = "0.5.0" [target."cfg(target_os = \"linux\")".dependencies.procfs] version = "0.15.1" [target."cfg(target_os = \"macos\")".dependencies.fsevent] version = "2.1.2" [target."cfg(target_os = \"macos\")".dependencies.libproc] version = "0.13.0" [target."cfg(unix)".dependencies.nix] version = "0.26.2" [target."cfg(unix)".dependencies.proc-mounts] version = "0.3.0" [target."cfg(windows)".dependencies.widestring] version = "1.0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_ProcessStatus", "Win32_System_Threading", "Win32_System_WindowsProgramming", ]