# 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 = "bonsai-ethereum-contracts" version = "0.6.1" description = "Bonsai Ethereum contracts" homepage = "https://risczero.com/" license = "Apache-2.0" repository = "https://github.com/risc0/risc0/" [lib] doctest = false [dependencies.ethers] version = "2.0" features = [ "rustls", "ws", ] [dependencies.hex] version = "0.4" optional = true [dependencies.risc0-zkvm] version = "0.20.1" features = ["prove"] optional = true default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [build-dependencies.anyhow] version = "1.0" [features] control-id = [ "dep:risc0-zkvm", "dep:hex", ] default = []