# 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 = "pol_export" version = "0.2.1" authors = ["Jan Starke "] description = "Exporter for Windows Registry Policy Files" homepage = "https://www.github.com/janstarke/dfir-toolkit" readme = "README.md" license = "GPL-3.0" [dependencies.anyhow] version = "1.0" [dependencies.binread] version = "2.2.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.csv] version = "1.2.2" [dependencies.log] version = "0.4" features = ["release_max_level_info"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.12" [dependencies.windows_types_registry] version = "0.1"