# 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 = "gitpoap-rs" version = "0.1.0" authors = ["woxjro"] description = "A gitpoap client written in Rust" homepage = "https://github.com/woxjro/gitpoap-rs" readme = "README.md" keywords = [ "gitpoap", "ethereum", "wasm", "web3", "rust", ] license = "MIT" repository = "https://github.com/woxjro/gitpoap-rs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cfg-if] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.11" features = ["json"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dependencies.gloo-net] version = "0.5" features = ["http"]