# 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 = "algorand-rs" version = "0.1.0" authors = ["Manuel Mauro "] description = "A Rusty sdk for the Algorand blockchain." keywords = ["Algorand", "sdk"] license = "MIT" repository = "https://github.com/manuelmauro/algorand-rs" [dependencies.data-encoding] version = "2.3.1" [dependencies.derive_more] version = "0.99.11" [dependencies.indexmap] version = "1.6.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.1" [dependencies.reqwest] version = "0.9.20" [dependencies.ring] version = "0.16.19" [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" [dependencies.url] version = "2.2.0" [dev-dependencies.chrono] version = "0.4.9" [dev-dependencies.dirs] version = "2.0"