stack-sizes 0.3.0

Tools to print stack usage information emitted by LLVM in human readable 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 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 = "stack-sizes"
version = "0.3.0"
authors = ["Jorge Aparicio <jorge@japaric.io>"]
description = "Tools to print stack usage information emitted by LLVM in human readable format"
documentation = "https://docs.rs/stack-sizes"
readme = "README.md"
keywords = ["stack", "usage", "analysis"]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/japaric/stack-sizes"

[[bin]]
name = "stack-sizes"
required-features = ["tools"]

[[bin]]
name = "stack-sizes-rustc"
required-features = ["tools"]

[[bin]]
name = "cargo-stack-sizes"
required-features = ["tools"]
[dependencies.byteorder]
version = "1.2.3"

[dependencies.cargo-project]
version = "0.1.0"
optional = true

[dependencies.clap]
version = "2.32.0"
optional = true

[dependencies.either]
version = "1.5.0"

[dependencies.failure]
version = "0.1.1"

[dependencies.leb128]
version = "0.2.3"

[dependencies.rustc-demangle]
version = "0.1.8"
optional = true

[dependencies.xmas-elf]
version = "0.6.2"

[features]
default = ["tools"]
tools = ["cargo-project", "clap", "rustc-demangle"]