# 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 = "rustbin" version = "0.8.0" authors = ["Sunil Kumar "] include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", ] description = "Parsers for binary file formats (mostly Windows related)." readme = "README.md" keywords = [ "pe", "parser", "windows", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/sunilkr/rustbin" [lib] name = "rustbin" path = "src/lib.rs" [[bin]] name = "rustbin" path = "src/main.rs" [dependencies.bitflags] version = "2" features = ["serde"] [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.derivative] version = "2.2" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_test] version = "1" [features] default = ["json"] json = ["dep:serde_json"]