nargo-optimizer 0.0.0

Nargo optimizer component
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 = "nargo-optimizer"
version = "0.0.0"
authors = ["Nargo Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nargo optimizer component"
homepage = "https://github.com/doki-land/nargo"
documentation = "https://docs.rs/nargo-optimizer"
readme = "README.md"
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/doki-land/nargo/compilers/nargo-optimizer"

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

[[test]]
name = "optimizer_test"
path = "tests/optimizer_test.rs"

[[test]]
name = "tree_shaking_test"
path = "tests/tree_shaking_test.rs"

[dependencies.nargo-ir]
version = "0.0.0"

[dependencies.nargo-transformer]
version = "0.0.0"

[dependencies.nargo-types]
version = "0.0.0"