Docs.rs
vls-proxy-0.13.0
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vls-proxy 0.13.0
A library for implementing a Lightning signer, which externalizes and secures cryptographic operations.
Crate
Source
Builds
Feature flags
Documentation
Coverage
23.5%
43
out of
183
items documented
0
out of
84
items with examples
Size
Source code size: 290.26 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 9.6 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
lightning-signer/validating-lightning-signer
31
47
218
crates.io
Dependencies
anyhow ^1.0
normal
as-any ^0.3
normal
async-stream ^0.3
normal
optional
async-trait ^0.1
normal
backoff ^0.4
normal
optional
base64 ^0.21.7
normal
clap ^3.2
normal
optional
ctrlc ^3.2.4
normal
optional
dirs ^4
normal
fern ^0.6
normal
optional
futures ^0.3
normal
heapmon ^0.1
normal
hex ^0.4
normal
http ^0.2
normal
hyper ^0.14
normal
jsonrpsee ^0.21.0
normal
lightning-storage-server ^0.4.0
normal
log ^0.4
normal
lru ^0.11
normal
nix ^0.26
normal
opentelemetry ^0.21.0
normal
optional
opentelemetry-otlp ^0.14.0
normal
optional
opentelemetry-semantic-conventions ^0.13.0
normal
optional
opentelemetry_sdk ^0.21.2
normal
optional
prost ^0.11
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
tempfile ^3
normal
optional
thiserror ^1.0
normal
time =0.3.17
normal
tokio ^1.27
normal
optional
tokio-stream ^0.1
normal
optional
toml ^0.5
normal
optional
tonic ^0.9
normal
optional
tower ^0.4.13
normal
tower-http ^0.4.0
normal
tracing ^0.1.40
normal
tracing-appender ^0.2.3
normal
tracing-opentelemetry ^0.22.0
normal
optional
tracing-subscriber ^0.3.18
normal
triggered ^0.1
normal
txoo-bitcoind-client ^0.8.1
normal
url ^2.3
normal
optional
vls-core ^0.13.0
normal
vls-frontend ^0.13.0
normal
vls-persist ^0.13.0
normal
vls-protocol ^0.13.0
normal
vls-protocol-client ^0.13.0
normal
vls-protocol-signer ^0.13.0
normal
tempfile ^3
dev
tonic-build ^0.9
build
Versions
0.14.0-rc.1
(2025/05/14)
0.13.0
(2025/02/14)
0.13.0-rc.1
(2025/01/22)
0.12.0
(2024/08/09)
0.12.0-rc.3
(2024/08/04)
0.12.0-rc.2
(2024/06/26)
0.11.1
(2024/05/17)
0.11.0
(2024/02/29)
0.11.0-rc.3
(2024/02/28)
0.11.0-rc.2
(2024/02/19)
0.11.0-rc.1
(2023/11/29)
0.10.0
(2023/08/17)
0.10.0-rc.1
(2023/08/10)
0.9.1
(2023/06/21)
0.9.1-rc.2
(2023/06/19)
0.9.1-rc.1
(2023/06/16)
0.9.0
(2023/06/02)
0.9.0-rc.1
(2023/05/29)
0.2.0
(2023/03/14)
0.2.0-rc.2
(2023/03/09)
0.2.0-rc.1
(2023/03/05)
Owners
Proxy connection from node to VLS. In particular, a replacement for CLN's hsmd binary.