wasm-gc 0.1.6

A CLI tool to garbage collect webassembly modules
# 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 = "wasm-gc"
version = "0.1.6"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "A CLI tool to garbage collect webassembly modules"
homepage = "https://github.com/alexcrichton/wasm-gc"
readme = "README.md"
keywords = ["webasm"]
categories = ["development-tools"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/wasm-gc"
[profile.release]
lto = true
panic = "abort"

[[bin]]
name = "wasm-gc"
path = "src/main.rs"
[dependencies.env_logger]
version = "0.5"
default-features = false

[dependencies.getopts]
version = "0.2"

[dependencies.wasm-gc-api]
version = "0.1"