# 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 = "nc_rsdk" version = "0.1.0" description = "This is a prototype of a Rust SDK providing functionality for interacting with the Newcoin network." documentation = "https://docs.rs/nc_rsdk" readme = "README.md" license = "MIT" repository = "https://github.com/newcoin-sdk/newcoin-rs-api" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.eosio] version = "0.3.1" [dependencies.flate2] version = "1.0.25" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1.17.0" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.sha256] version = "1.1.2" [dependencies.tokio] version = "1.12.0" features = ["full"]