cviz 2.0.2

A CLI tool to visualize WebAssembly component composition structure.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cviz"
version = "2.0.2"
authors = [
    "Bailey Hayes",
    "Elizabeth Gilbert",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to visualize WebAssembly component composition structure."
readme = "README.md"
keywords = [
    "wasm",
    "WebAssembly",
    "visualization",
]
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/cosmonic-labs/cviz"

[lib]
name = "cviz"
path = "src/lib/lib.rs"

[[bin]]
name = "cviz-cli"
path = "src/main.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.wirm]
version = "4.0.3"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.wat]
version = "1"