# 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 = "web3api-wasm-rs" version = "0.0.1-prealpha.85" authors = [ "Kobby Pentangeli ", "Jordan Ellis ", "Nestor Amesty ", ] description = "Web3API's Rust-Wasm Runtime" homepage = "https://polywrap.io" documentation = "https://docs.polywrap.io" keywords = [ "web3api", "wasm", "webassembly", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/polywrap/monorepo" resolver = "2" [profile.release] opt-level = "s" lto = true panic = "abort" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bigdecimal] version = "0.3.0" features = ["serde"] default-features = false [dependencies.byteorder] version = "1.4.3" [dependencies.num-bigint] version = "0.4" features = ["serde"] default-features = false [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.serde_json] version = "1.0.74" features = ["alloc"] default-features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false