# 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.66.0" name = "vls-frontend" version = "0.12.0" authors = [ "Devrandom ", "Ken Sedgwick ", ] description = "A library for implementing VLS frontend functions." homepage = "https://gitlab.com/lightning-signer/docs/" license = "Apache-2.0" repository = "https://gitlab.com/lightning-signer/validating-lightning-signer" [lib] name = "vls_frontend" path = "src/lib.rs" [[example]] name = "lss_example" [dependencies.async-trait] version = "0.1" [dependencies.lightning-storage-server] version = "0.3.0" default-features = false [dependencies.log] version = "0.4.14" features = ["std"] [dependencies.tokio] version = "1.27" features = [ "macros", "rt-multi-thread", ] [dependencies.triggered] version = "0.1" [dependencies.txoo-bitcoind-client] version = "0.7.1" [dependencies.url] version = "2.3" [dependencies.vls-core] version = "0.12.0" features = ["txoo-source"] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.test-log] version = "0.2.8" [features] debug = [] default = ["debug"] log_pretty_print = ["vls-core/log_pretty_print"] test_utils = ["vls-core/test_utils"]