# 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" rust-version = "1.60" name = "file-id" version = "0.2.1" authors = ["Daniel Faust "] description = "Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)" homepage = "https://github.com/notify-rs/notify" documentation = "https://docs.rs/notify" readme = "README.md" keywords = [ "filesystem", "inode", "file", "index", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/notify-rs/notify.git" resolver = "1" [[bin]] name = "file-id" path = "bin/file_id.rs" [dependencies.serde] version = "1.0.89" features = ["derive"] optional = true [dev-dependencies.tempfile] version = "3.2.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Storage_FileSystem", "Win32_Foundation", ]