# 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" 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.as-any] version = "0.3" [dependencies.bitcoin-consensus-derive] version = "0.1.0" [dependencies.bolt-derive] version = "0.3.1" [dependencies.hex] version = "0.4" default-features = false [dependencies.log] version = "0.4" [dependencies.serde_bolt] version = "0.3.5" default-features = false [dependencies.txoo] version = "0.7.1" default-features = false [dependencies.vls-core] version = "0.12.0" default-features = false [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.regex] version = "1.5" [dev-dependencies.serde_bolt] version = "0.3.5" features = ["test_utils"] [dev-dependencies.test-log] version = "0.2.8" [features] default = ["std"] log-secrets = [] no-std = [ "serde_bolt/no-std", "txoo/no-std", "vls-core/no-std", ] std = [ "serde_bolt/std", "txoo/std", "vls-core/std", ] test_utils = ["serde_bolt/test_utils"]