[package] name = "grin_wallet_libwallet" version = "5.1.0-alpha.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/mimblewimble/grin-wallet" keywords = [ "crypto", "grin", "mimblewimble" ] exclude = ["**/*.grin", "**/*.grin2"] #build = "src/build/build.rs" edition = "2018" [dependencies] blake2-rfc = "0.2" failure = "0.1" failure_derive = "0.1" rand = "0.6" serde = "1" serde_derive = "1" serde_json = "1" log = "0.4" uuid = { version = "0.8", features = ["serde", "v4"] } chrono = { version = "0.4.11", features = ["serde"] } lazy_static = "1" strum = "0.18" strum_macros = "0.18" ed25519-dalek = "1.0.0-pre.4" x25519-dalek = "0.6" base64 = "0.9" regex = "1.3" sha2 = "0.8" bs58 = "0.3" age = "0.4" curve25519-dalek = "2.1" secrecy = "0.6" bech32 = "0.7" byteorder = "1.3" grin_wallet_util = { path = "../util", version = "5.1.0-alpha.1" } grin_wallet_config = { path = "../config", version = "5.1.0-alpha.1" }