zkstack_cli_types 0.1.2

ZK Stack CLI is a set of tools for working with zk stack.
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 = "zkstack_cli_types"
version = "0.1.2"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
exclude = ["./github"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZK Stack CLI is a set of tools for working with zk stack."
homepage = "https://zksync.io/"
readme = false
keywords = [
    "zk",
    "cryptography",
    "blockchain",
    "ZKStack",
    "ZKsync",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-era/tree/main/zkstack_cli/"

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

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "wrap_help",
    "string",
]

[dependencies.ethers]
version = "2.0"

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

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.57"

[dependencies.zksync_basic_types]
version = "=26.1.0-non-semver-compat"