# 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 = "2018" name = "winparsingtools" version = "2.1.0" authors = ["AbdulRhman Alfaifi <@A__ALFAIFI>"] description = "collection of structs and utilities for parsing windows binary formats." homepage = "https://github.com/AbdulRhmanAlfaifi/winparsingtools" readme = "README.md" license = "MIT" repository = "https://github.com/AbdulRhmanAlfaifi/winparsingtools" [dependencies.bitreader] version = "0.3.3" [dependencies.byteorder] version = "1.4.2" [dependencies.chrono] version = "0.4.19" [dependencies.encoding_rs] version = "0.8" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.thiserror] version = "1" [features] date_time = [] default = [ "date_time", "utils", "structs", "file_system", "shell_items", ] file_system = [] shell_items = [ "date_time", "utils", "structs", "file_system", "utils", ] structs = ["utils"] utils = []