[dependencies.getrandom]
default-features = false
optional = true
version = "0.2"
[package]
authors = ["Matt Corallo"]
description = "Dummy holder package to reserve name\n"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "possiblyrandom"
repository = "https://github.com/lightningdevkit/rust-lightning/"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(any(target_os = \"unknown\", target_os = \"none\")))".dependencies.getrandom]
default-features = false
version = "0.2"