# 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 = "ntfs-reader" version = "0.4.1" authors = ["Matteo Bernacchia "] description = "Read MFT and USN journal" readme = "README.md" keywords = [ "filesystem", "ntfs", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/kikijiki/ntfs-reader" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.binread] version = "2.2" features = ["const_generics"] [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tracing] version = "0.1" [dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_System_Time", "Win32_System_SystemInformation", "Win32_Security", "Win32_System_IO", "Win32_Storage_FileSystem", "Win32_System_Ioctl", "Win32_System_Threading", ] [dev-dependencies.tracing-subscriber] version = "0.3"