[go: up one dir, main page]

gimli 0.15.0

A blazing fast DWARF debugging format parser.
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]
name = "gimli"
version = "0.15.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Philip Craig <philipjcraig@gmail.com>"]
description = "A blazing fast DWARF debugging format parser."
documentation = "https://docs.rs/gimli"
readme = "./README.md"
keywords = ["DWARF", "debug", "ELF", "eh_frame"]
categories = ["development-tools::debugging", "development-tools::profiling", "parser-implementations"]
license = "Apache-2.0/MIT"
repository = "https://github.com/gimli-rs/gimli"
[dependencies.arrayvec]
version = "0.4.6"

[dependencies.byteorder]
version = "1"

[dependencies.fallible-iterator]
version = "0.1.2"
[dev-dependencies.getopts]
version = "0.2"

[dev-dependencies.memmap]
version = "0.6"

[dev-dependencies.object]
version = "0.5.0"

[dev-dependencies.test-assembler]
version = "0.1.3"

[features]
nightly = []
[badges.coveralls]
repository = "gimli-rs/gimli"

[badges.travis-ci]
repository = "gimli-rs/gimli"