# 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 = "twiggy" version = "0.7.0" authors = ["Nick Fitzgerald "] description = "Twiggy is a code size profiler." readme = "../README.md" categories = ["command-line-utilities", "development-tools", "development-tools::profiling", "wasm"] license = "Apache-2.0/MIT" repository = "https://github.com/rustwasm/twiggy" [[bin]] name = "twiggy" path = "./twiggy.rs" [dependencies.failure] version = "0.1.8" [dependencies.structopt] version = "0.3" [dependencies.twiggy-analyze] version = "=0.7.0" [dependencies.twiggy-ir] version = "=0.7.0" [dependencies.twiggy-opt] version = "=0.7.0" features = ["cli"] [dependencies.twiggy-parser] version = "=0.7.0" [dependencies.twiggy-traits] version = "=0.7.0" [dev-dependencies.colored] version = "2.0.0" [dev-dependencies.diff] version = "0.1.12" [badges.travis-ci] repository = "rustwasm/twiggy"