mirror of
https://github.com/aljazceru/bitcoin-waila.git
synced 2025-12-19 05:34:19 +01:00
Clean Cargo.toml
This commit is contained in:
@@ -12,15 +12,17 @@ description = "\"What am I looking at?\" A tool for decoding bitcoin-related str
|
|||||||
keywords = [ "lightning", "bitcoin" ]
|
keywords = [ "lightning", "bitcoin" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
|
||||||
serde_json = "1.0"
|
|
||||||
bech32 = "0.9.1"
|
|
||||||
bitcoin = { version = "0.29.2", default-features = false, features = ["serde"] }
|
bitcoin = { version = "0.29.2", default-features = false, features = ["serde"] }
|
||||||
bip21 = "0.2.0"
|
bip21 = "0.2.0"
|
||||||
lnurl-rs = { version = "0.2.1", default-features = false }
|
lnurl-rs = { version = "0.2.1", default-features = false }
|
||||||
lightning-invoice = { version = "0.22.0", default-features = false }
|
lightning-invoice = { version = "0.22.0", default-features = false }
|
||||||
lightning = { version = "0.0.114", default-features = false }
|
lightning = { version = "0.0.114", default-features = false }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["std"]
|
||||||
|
std = ["bitcoin/std", "lightning-invoice/std", "lightning/std"]
|
||||||
|
no-std = ["bitcoin/no-std", "lightning-invoice/no-std", "lightning/no-std"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bitcoin = { version = "0.29.2", features = ["std"] }
|
bitcoin = { version = "0.29.2", features = ["std"] }
|
||||||
lightning = { version = "0.0.114", features = ["std"] }
|
lightning = { version = "0.0.114", features = ["std"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user