[package] name = "anychain-ripple" 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." version = "0.1.10" keywords = ["ripple", "blockchain", "wallet", "transactions"] categories = ["cryptography::cryptocurrencies"] # Workspace inherited keys authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anychain-core = { path = "../anychain-core", version = "0.1.7" } base58 = { workspace = true } libsecp256k1 = { workspace = true }