# 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 = "anychain-ripple" version = "0.1.10" authors = [ "Shawndslee", "cregis.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for interacting with the Ripple blockchain. It provides core functionalities such as transaction signing and serialization, address generation, and network communication." homepage = "https://www.cregis.com" readme = "README.md" keywords = [ "ripple", "blockchain", "wallet", "transactions", ] categories = ["cryptography::cryptocurrencies"] license = "MIT/Apache-2.0" repository = "https://github.com/0xcregis/anychain" [lib] name = "anychain_ripple" path = "src/lib.rs" [dependencies.anychain-core] version = "0.1.7" [dependencies.base58] version = "0.2" [dependencies.libsecp256k1] version = "0.7.1"