elfio 0.3.3

ELFIO is a Rust library intended for reading and generating files in the ELF binary format
Documentation
# 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 = "elfio"
version = "0.3.3"
authors = ["Serge Lamikhov-Center <to_serge@hotmail.com>"]
exclude = ["todo.md", ".vscode/", ".gitignore"]
description = "ELFIO is a Rust library intended for reading and generating files in the ELF binary format"
homepage = "https://github.com/serge1/elfio-rs"
readme = "README.md"
keywords = ["elf", "bin"]
categories = ["filesystem", "development-tools", "embedded", "parser-implementations", "emulators"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serge1/elfio-rs"

[lib]
name = "elfio"
path = "src/elfio.rs"
[dependencies.num-traits]
version = "0.2"

[dependencies.paste]
version = "1.0.5"