# 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 = "etw-reader" version = "0.1.0" description = "library for reading ETW etl files" documentation = "https://docs.rs/etw-reader" readme = "README.md" license = "MIT" repository = "https://github.com/jrmuizel/etw-profiler" [dependencies.bitflags] version = "1.2.1" [dependencies.fxhash] version = "0.2.1" [dependencies.memoffset] version = "0.6" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.8.0" [dependencies.windows] version = "0.51" features = [ "Win32_System_Diagnostics_Etw", "Win32_System_Diagnostics_Debug", "Win32_System_SystemInformation", "Win32_Security_Authorization", "Win32_System_Memory", "Win32_System_Time", "Win32_Foundation", ]