# 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 = "wasmify-rs" version = "0.1.0" authors = ["zengi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance Rust library for smart contract management and gas optimization." homepage = "https://github.com/nzengi/wasmify-rs" documentation = "https://docs.rs/wasmify-rs" readme = "README.md" keywords = [ "wasm", "rust", "smart-contract", "gas-optimization", "blockchain", ] categories = [ "cryptography", "web-programming", ] license = "MIT" repository = "https://github.com/nzengi/wasmify-rs" [lib] name = "wasmify_rs" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.wasm-bindgen] version = "0.2.78" [dependencies.web3] version = "0.15.0"