# 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 = "deaf" version = "0.1.2" description = "A library for parsing and modifying ELF binaries" homepage = "https://github.com/mjhouse/deaf" documentation = "https://mjhouse.github.io/deaf/" readme = "README.md" keywords = [ "elf", "parse", "binary", "analysis", ] categories = [] license = "GPL-3.0-only" repository = "https://github.com/mjhouse/deaf" [dependencies.enumflags2] version = "0.7.5" [dependencies.num_enum] version = "0.5.9" [dependencies.once_cell] version = "1.18.0" [dependencies.paste] version = "1.0.11" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.serial_test] version = "2.0.0"