[[bin]]
name = "file-id"
path = "bin/file_id.rs"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.89"
[dev-dependencies.tempfile]
version = "3.10.0"
[package]
authors = ["Daniel Faust <hessijames@gmail.com>"]
categories = ["filesystem"]
description = "Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)"
documentation = "https://docs.rs/notify"
edition = "2021"
homepage = "https://github.com/notify-rs/notify"
keywords = ["filesystem", "inode", "file", "index"]
license = "MIT OR Apache-2.0"
name = "file-id"
readme = "README.md"
repository = "https://github.com/notify-rs/notify.git"
rust-version = "1.77"
version = "0.2.3"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Storage_FileSystem", "Win32_Foundation"]
version = "0.60.1"