faerie 0.10.0

ELF and Mach-o native binary object file emitter
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "faerie"
version = "0.10.0"
authors = ["m4b <m4b.github.io@gmail.com>", "Dan Gohman <sunfish@mozilla.com>", "Pat Hickey <pat@moreproductive.org>", "Philip Craig <philipjcraig@gmail.com>"]
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md", "tests/*"]
description = "ELF and Mach-o native binary object file emitter"
documentation = "https://docs.rs/faerie"
readme = "README.md"
keywords = ["elf", "mach-o", "binary", "object", "compiler"]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/m4b/faerie"

[[bin]]
name = "prototype"
path = "src/bin/main.rs"
[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1"

[dependencies.goblin]
version = "0.0.21"

[dependencies.indexmap]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.scroll]
version = "0.9"

[dependencies.string-interner]
version = "0.6"

[dependencies.structopt]
version = "0.2"

[dependencies.structopt-derive]
version = "0.2"

[dependencies.target-lexicon]
version = "0.4.0"