# 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] name = "xmas-elf" version = "0.9.1" authors = ["Nick Cameron "] exclude = ["test-data/*"] description = "Library for parsing and navigating ELF data; zero-allocation, type-safe." readme = "README.md" keywords = [ "elf", "parser", "binary", ] categories = [ "parser-implementations", "os::unix-apis", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/nrc/xmas-elf" [lib] name = "xmas_elf" [[bin]] name = "xmas_elf" path = "src/bin/main.rs" doc = false [dependencies.flate2] version = "1" optional = true [dependencies.zero] version = "0.1" [features] compression = ["flate2"]