# 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.63.0" name = "cdk-cli" version = "0.4.0" authors = ["CDK Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cashu cli wallet built on CDK" homepage = "https://github.com/cashubtc/cdk" readme = "README.md" license = "MIT" repository = "https://github.com/cashubtc/cdk.git" [[bin]] name = "cdk-cli" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.bip39] version = "2.0" [dependencies.cdk] version = "0.4.0" features = ["wallet"] default-features = false [dependencies.cdk-redb] version = "0.4.0" features = ["wallet"] default-features = false [dependencies.cdk-sqlite] version = "0.4.0" features = ["wallet"] default-features = false [dependencies.clap] version = "4.4.8" features = [ "derive", "env", "default", ] [dependencies.home] version = "0.5.5" [dependencies.nostr-sdk] version = "0.33.0" features = [ "nip04", "nip44", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" default-features = false [dependencies.tracing] version = "0.1" features = [ "attributes", "log", ] default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.3"