[package] name = "chik-wallet" version = "0.7.0" edition = "2021" license = "Apache-2.0" description = "Chik primitives needed for building wallets." authors = ["Brandon Haggstrom "] homepage = "https://github.com/Chik-Network/chik_rs" repository = "https://github.com/Chik-Network/chik_rs" [dependencies] klvmr = "0.6.1" sha2 = "0.10.8" num-bigint = "0.4.3" hex-literal = "0.4.1" klvm-utils = { version = "0.7.0", path = "../klvm-utils" } klvm-traits = { version = "0.7.0", path = "../klvm-traits", features = ["chik-bls"] } chik-bls = { version = "0.7.0", path = "../chik-bls" } chik-protocol = { version = "0.7.0", path = "../chik-protocol" } arbitrary = "1.3.0" [dev-dependencies] hex = "0.4.3" [lib] crate-type = ["rlib"]