etk-analyze 0.3.0

EVM Toolkit analysis tools
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 = "2018"
name = "etk-analyze"
version = "0.3.0"
authors = [
    "Sam Wilson <sam.wilson@mesh.xyz>",
    "lightclient <lightclient@protonmail.com>",
]
description = "EVM Toolkit analysis tools"
homepage = "https://quilt.github.io/etk"
readme = "README.md"
keywords = [
    "etk",
    "ethereum",
]
categories = [
    "cryptography::cryptocurrencies",
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/quilt/etk"

[[bin]]
name = "ecfg"
required-features = ["cli"]

[dependencies.clap]
version = "3.1"
features = ["derive"]
optional = true

[dependencies.etk-asm]
version = "0.3.0"
optional = true

[dependencies.etk-cli]
version = "0.3.0"
optional = true

[dependencies.etk-dasm]
version = "0.3.0"

[dependencies.petgraph]
version = "0.6.0"
default-features = false

[dependencies.snafu]
version = "0.7.1"
optional = true

[dependencies.z3]
version = "0.11.2"
features = ["static-link-z3"]

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.etk-asm]
version = "0.3.0"

[dev-dependencies.hex-literal]
version = "0.3.4"

[features]
cli = [
    "etk-cli",
    "etk-asm",
    "clap",
    "snafu",
]