# 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 = "rustlink" version = "0.0.4" build = false include = [ "IAggregatorV3Interface.json", "src/**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight and easy-to-use library for periodically retrieving data from the Chainlink decentralized data feed." readme = "README.md" keywords = [ "crypto", "cryptocurrencies", "chainlink", "prices", "ethereum", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/starkbamse/rustlink" [lib] name = "rustlink" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.async-std] version = "1.12.0" [dependencies.bincode] version = "1.3.3" [dependencies.ethers] version = "2.0.14" [dependencies.futures] version = "0.3.30" [dependencies.js-sys] version = "0.3.69" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.201" [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.60" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.wasm-bindgen-futures] version = "0.4.42" [dependencies.web-sys] version = "0.3.69" [dependencies.workflow-rs] version = "0.12.1" features = ["full"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.37.0" [target.'cfg(target_arch = "wasm32")'.dependencies] [lints.clippy] empty_docs = "allow"