# 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" rust-version = "1.65.0" name = "keechain-core" version = "0.1.0" authors = ["Yuki Kishimoto "] description = "KeeChain's Core library." homepage = "https://github.com/yukibtc/keechain" readme = "README.md" keywords = [ "bitcoin", "signer", "psbt", "offline", "keechain", ] license = "MIT" repository = "https://github.com/yukibtc/keechain.git" resolver = "1" [dependencies.aes] version = "0.8" [dependencies.base64] version = "0.13" [dependencies.bdk] version = "0.26" features = ["keys-bip39"] default-features = false [dependencies.bitcoin] version = "0.29" [dependencies.cbc] version = "0.1" features = ["alloc"] [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rand_hc] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sysinfo] version = "0.26" [features] default = [] nostr = []