# 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 = "chik-wallet" version = "0.7.0" authors = ["Brandon Haggstrom "] description = "Chik primitives needed for building wallets." homepage = "https://github.com/Chik-Network/chik_rs" license = "Apache-2.0" repository = "https://github.com/Chik-Network/chik_rs" [lib] crate-type = ["rlib"] [dependencies.arbitrary] version = "1.3.0" [dependencies.chik-bls] version = "0.7.0" [dependencies.chik-protocol] version = "0.7.0" [dependencies.hex-literal] version = "0.4.1" [dependencies.klvm-traits] version = "0.7.0" features = ["chik-bls"] [dependencies.klvm-utils] version = "0.7.0" [dependencies.klvmr] version = "0.6.1" [dependencies.num-bigint] version = "0.4.3" [dependencies.sha2] version = "0.10.8" [dev-dependencies.hex] version = "0.4.3"