# 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 = "uma" version = "0.5.2" authors = ["Lightspark Group, Inc. "] description = "UMA Protocol SDK for Rust" homepage = "https://github.com/uma-universal-money-address/uma-rust-sdk" documentation = "https://app.lightspark.com/docs/uma-sdk" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/uma-universal-money-address/uma-rust-sdk" [dependencies.base64] version = "0.21.0" [dependencies.bitcoin] version = "0.30.1" [dependencies.chrono] version = "0.4.24" [dependencies.ecies] version = "0.2.6" features = ["pure"] default-features = false [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.rand_core] version = "0.6.4" [dependencies.reqwest] version = "0.11.23" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.155" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.sha2] version = "0.10.7" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.url] version = "2.4.1"