2015-01-25 07:11:08 +00:00
|
|
|
[package]
|
|
|
|
name = "elf"
|
2016-04-06 14:01:13 -07:00
|
|
|
version = "0.0.8"
|
2015-01-25 07:11:08 +00:00
|
|
|
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
|
2016-01-12 03:43:15 +00:00
|
|
|
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/"
|
2015-02-03 22:15:48 -08:00
|
|
|
documentation = "http://cole14.github.io/rust-elf/"
|
2015-01-26 21:46:44 -08:00
|
|
|
description = "A pure-rust library for parsing ELF files"
|
2015-01-25 07:11:08 +00:00
|
|
|
keywords = ["elf"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "elf"
|
|
|
|
|
2015-06-29 05:38:59 -05:00
|
|
|
[dependencies]
|
2016-01-12 03:49:56 +00:00
|
|
|
byteorder = "0.*"
|