# 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 = "koba" version = "0.2.0" authors = ["OpenZeppelin Community "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Deploy Stylus contracts with Solidity constructors """ homepage = "https://github.com/OpenZeppelin/koba" documentation = "https://github.com/OpenZeppelin/koba" readme = "README.md" keywords = [ "rust", "ethereum", "arbitrum", "stylus", "deployment", ] license = "MIT" repository = "https://github.com/OpenZeppelin/koba" [lib] name = "koba" path = "src/lib.rs" [[bin]] name = "koba" path = "src/main.rs" [dependencies.alloy] version = "0.1.1" features = [ "contract", "network", "providers", "provider-http", "rpc-client", "rpc-types-eth", "signer-keystore", "signer-local", "getrandom", ] [dependencies.brotli2] version = "0.3.2" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.eyre] version = "0.6" features = [ "auto-install", "track-caller", ] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.once_cell] version = "1.19.0" [dependencies.owo-colors] version = "4.0.0" [dependencies.regex] version = "1.10.4" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dependencies.wasmer] version = "3.1.0"