# 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 = "2018" name = "ergo-node-interface" version = "0.4.1" authors = ["Robert Kornacki <11645932+robkorn@users.noreply.github.com>"] description = "A library which makes interacting with and using an Ergo Node simple for dApp developers." readme = "README.md" keywords = [ "ergo", "blockchain", "node-interface", "dApp", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/ergoplatform/ergo-node-interface-rust" [dependencies.base16] version = "0.2.1" [dependencies.blake2b_simd] version = "0.5.11" [dependencies.ergo-lib] version = "0.27.1" [dependencies.json] version = "0.12.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11.4" features = ["blocking"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.14" features = ["json"] [dependencies.thiserror] version = "1.0.22" [dependencies.yaml-rust] version = "0.4.4"