# 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-signer" 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/" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/lightning-signer/validating-lightning-signer" [dependencies.bit-vec] version = "0.6" default_features = false [dependencies.log] version = "0.4" default_features = false [dependencies.vls-core] version = "0.12.0" default-features = false [dependencies.vls-protocol] version = "0.12.0" default-features = false [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.vls-core] version = "0.12.0" features = ["test_utils"] [features] debug = [ "vls-core/debug", "debug_node_state", ] debug_node_state = [] default = ["std"] log_pretty_print = ["vls-core/log_pretty_print"] no-std = [ "vls-protocol/no-std", "vls-core/no-std", ] secp-lowmemory = ["vls-core/secp-lowmemory"] std = [ "vls-protocol/std", "vls-core/std", ] timeless_workaround = ["vls-core/timeless_workaround"] tracker_size_workaround = ["vls-core/tracker_size_workaround"] use_backtrace = ["vls-core/use_backtrace"]