[workspace]
[package]
name = "ic-cdk-optimizer"
version = "0.3.5"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2021"
description = "WASM Optimizer for the IC CDK (experimental)."
homepage = "https://docs.rs/ic-cdk-optimizer"
documentation = "https://docs.rs/ic-cdk-optimizer"
license = "Apache-2.0"
readme = "README.md"
categories = ["api-bindings", "data-structures", "no-std", "command-line-utilities", "wasm"]
keywords = ["internet-computer", "dfinity", "canister", "cli", "optimizer"]
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
repository = "https://github.com/dfinity/cdk-rs"
rust-version = "1.60.0"
[dependencies]
binaryen = "0.12.0"
clap = { version = "3.1.0", features = ["derive"] }
humansize = "1.1.0"
wabt = "0.10.0"