# 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 = "crabrolls" version = "2.0.0" include = [ "**/*.rs", "Cargo.toml", ] description = "High level framework for Rust-based dapps on Cartesi machines" readme = "README.md" keywords = [ "cartesi", "dapp", "blockchain", "rust", "high-level", ] license-file = "LICENSE" repository = "https://github.com/crabrolls-cartesi/crabrolls" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "std", ] [dependencies.ethabi] version = "18.0.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.ureq] version = "2.10.1" features = [ "json", "charset", ]