# 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 = "2018" name = "liana" version = "5.0.0" authors = ["Antoine Poinsot "] exclude = [ ".github/", ".cirrus.yml", "tests/", "test_data/", "contrib/", "pyproject.toml", ] description = "Liana wallet daemon" readme = "README.md" keywords = [ "bitcoin", "wallet", "miniscript", "inheritance", "recovery", ] license-file = "LICENCE" repository = "https://github.com/wizardsardine/liana" [[bin]] name = "lianad" path = "src/bin/daemon.rs" required-features = ["daemon"] [[bin]] name = "liana-cli" path = "src/bin/cli.rs" required-features = ["daemon"] [dependencies.backtrace] version = "0.3" [dependencies.bdk_coin_select] version = "0.1.0" [dependencies.bip39] version = "2.0" [dependencies.dirs] version = "5.0" [dependencies.fern] version = "0.6" [dependencies.getrandom] version = "0.2" [dependencies.jsonrpc] version = "0.17" features = ["minreq_http"] default-features = false [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.miniscript] version = "11.0" features = [ "serde", "compiler", "base64", ] [dependencies.rusqlite] version = "0.30" features = [ "bundled", "unlock_notify", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.toml] version = "0.5" [features] daemon = ["libc"] default = ["daemon"] nonblocking_shutdown = [] [target."cfg(target_arch = \"x86\")".dependencies.rdrand] version = "0.8" [target."cfg(target_arch = \"x86_64\")".dependencies.rdrand] version = "0.8"