Files
sphinx-key/parser/Cargo.toml
2022-09-16 12:30:33 -07:00

19 lines
435 B
TOML

[package]
name = "sphinx-key-parser"
version = "0.1.0"
edition = "2021"
[dependencies]
vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git" }
serde = { version = "1.0", default-features = false }
rmp-serde = "1.1.0"
serde_bolt = { version = "0.2", default-features = false }
sphinx-auther = "0.1.12"
sphinx-glyph = "0.1.0"
anyhow = "1"
[features]
default = ["std"]
std = ["vls-protocol/std"]