twiggy-ir 0.1.0

Intermediate representation for the Twiggy code size profiler.
Documentation
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
categories = []
description = "Intermediate representation for the Twiggy code size profiler."
license = "Apache-2.0/MIT"
name = "twiggy-ir"
readme = "../README.md"
repository = "https://github.com/rustwasm/twiggy"
version = "0.1.0"

[lib]
path = "./ir.rs"

[dependencies]
cpp_demangle = { version = "0.2.7", default-features = false }
frozen = "1"
petgraph = "0.4.11"
rustc-demangle = "0.1.5"