# 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" version = "0.1.0" authors = ["Yuki Kishimoto "] description = "Bitcoin PSBT signer, descriptor exporter and more for offline devices." homepage = "https://github.com/yukibtc/keechain" readme = "README.md" keywords = [ "bitcoin", "signer", "psbt", "offline", "keechain", ] categories = ["GUI"] license = "MIT" repository = "https://github.com/yukibtc/keechain.git" resolver = "1" [dependencies.eframe] version = "0.20.1" [dependencies.egui_extras] version = "0.20.0" features = ["image"] [dependencies.image] version = "0.24.5" features = ["png"] default-features = false [dependencies.keechain-core] version = "0.1" [dependencies.rfd] version = "0.10.0" [features] default = [] nostr = ["keechain-core/nostr"]