# 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 = "rs-stellar-base" version = "0.1.0" authors = ["Rahul Soshte "] description = "A low level Rust library that offers a comprehensive set of functions for reading, writing, hashing, and signing primitive XDR constructs utilized in the Stellar network" readme = "README.md" keywords = [ "stellar", "soroban", "rust", ] license = "Apache-2.0" repository = "https://github.com/rahul-soshte/rs-stellar-base" [dependencies.arrayref] version = "0.3.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.nacl] version = "0.5.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.sha2] version = "0.10.7" [dependencies.stellar-strkey] version = "0.0.7" [dependencies.tweetnacl] version = "0.4.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.libsodium-sys] version = "0.2.7"