# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "algosdk" version = "1.0.0" authors = ["mraof "] description = "Library for interacting with the the Algorand network, including algod and kmd" documentation = "https://docs.rs/algosdk" license = "MIT" repository = "https://github.com/mraof/rust-algorand-sdk" [dependencies.data-encoding] version = "2.1.2" [dependencies.indexmap] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.2" [dependencies.reqwest] version = "0.9.20" [dependencies.ring] version = "0.16.9" [dependencies.rmp] version = "0.8.8" [dependencies.rmp-serde] version = "0.14.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1.0.40" [dependencies.sha2] version = "0.8.0" [dependencies.static_assertions] version = "0.3.4"