# 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" name = "vls-protocol-client" version = "0.12.0" authors = [ "Devrandom ", "Ken Sedgwick ", ] description = "A library for implementing a Lightning signer, which externalizes and secures cryptographic operations." homepage = "https://gitlab.com/lightning-signer/docs/" license = "Apache-2.0" repository = "https://gitlab.com/lightning-signer/validating-lightning-signer" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bit-vec] version = "0.6" [dependencies.delegate] version = "0.6.2" [dependencies.log] version = "0.4" [dependencies.vls-core] version = "0.12.0" [dependencies.vls-protocol] version = "0.12.0" [dependencies.vls-protocol-signer] version = "0.12.0" [features] grpc = [] test_utils = ["vls-core/test_utils"]