18 lines
456 B
TOML
Raw Normal View History

2015-01-25 07:11:08 +00:00
[package]
name = "elf"
2022-10-13 16:41:18 -07:00
version = "0.1.0"
2015-01-25 07:11:08 +00:00
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "MIT/Apache-2.0"
2015-01-25 07:11:08 +00:00
homepage = "https://github.com/cole14/rust-elf/"
repository = "https://github.com/cole14/rust-elf/"
documentation = "https://docs.rs/elf/latest/elf/"
2015-01-26 21:46:44 -08:00
description = "A pure-rust library for parsing ELF files"
keywords = ["binary", "elf", "object", "parser"]
2015-01-25 07:11:08 +00:00
readme = "README.md"
edition = "2021"
2015-01-25 07:11:08 +00:00
[lib]
name = "elf"
2015-06-29 05:38:59 -05:00
[dependencies]