# 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 = "rhaki_cw_mock_http_querier" version = "0.1.0" authors = ["Rhaki"] description = "Cosmwasm mock querier for testing, that can perform http request to public lcd." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Rhaki/rhaki-cosmwasm-mock-http-querier" [dependencies.base64] version = "0.21.0" [dependencies.cosmwasm-std] version = "1.1.4" features = ["iterator"] [dependencies.cw20] version = "0.15.1" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.137" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.94"