# 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 = "stellar_sdk" version = "0.1.4" authors = ["Matin Kaboli "] description = "stellar_sdk is a library for working with the Stellar Horizon server" readme = "README.md" keywords = [ "stellar", "sdk", ] license = "Apache-2.0" repository = "https://github.com/matinkaboli/stellar-sdk" [lib] name = "stellar_sdk" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.26" [dependencies.crc] version = "3.0.0" [dependencies.data-encoding] version = "2.3.2" [dependencies.nacl] version = "0.5.3" optional = true [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1.5.6" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.sodiumoxide] version = "=0.2.6" [dependencies.stellar-base] version = "0.5.0" [dependencies.toml] version = "0.5.9" [dependencies.ureq] version = "2.4.0" [features] default = ["nacl"] nacl = ["dep:nacl"]