# 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 = "karak-contracts" version = "0.2.2" authors = ["Andalusia Labs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Karak Contracts" readme = "README.md" license = "BUSL-1.1" repository = "https://github.com/karak-network/karak-rs" [lib] name = "karak_contracts" path = "src/lib.rs" [dependencies.alloy] version = "0.3.3" features = [ "full", "json-rpc", "rpc", ] [dependencies.eyre] version = "0.6.12" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "2.0.3" [dependencies.trait-variant] version = "0.1.2" [dev-dependencies.alloy] version = "0.3.3" features = [ "full", "node-bindings", ] [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.tokio] version = "1.40.0" features = ["full"]