# 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 = "spacedisplay-lib" version = "0.2.0" authors = ["Sviatoslav Kokurin "] description = """ Library to scan your disk space. """ readme = "README.md" keywords = [ "disk", "scan", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/funbiscuit/spacedisplay-rs" [dependencies.byte-unit] version = "4.0" features = ["std"] default-features = false [dependencies.crc] version = "3.0.0" [dependencies.derivative] version = "2.2.0" [dependencies.mountpoints] version = "0.2.1" [dependencies.ptree] version = "0.4.0" [target."cfg(target_os = \"linux\")".dependencies.inotify] version = "0.10.0" [target."cfg(target_os = \"linux\")".dependencies.page_size] version = "0.4.2" [target."cfg(target_os = \"linux\")".dependencies.procinfo] version = "0.4.2" [target."cfg(target_os = \"macos\")".dependencies.fsevent] version = "2.1.2" [target."cfg(target_os = \"macos\")".dependencies.libproc] version = "0.12.0" [target."cfg(unix)".dependencies.nix] version = "0.25.0" [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", ]