[dependencies.corepc-node]
features = ["download", "29_0"]
version = "0.10.0"
[dependencies.nix]
features = ["signal"]
version = "0.29.0"
[dependencies.temp-dir]
version = "0.1.14"
[lib]
name = "blindbitd"
path = "src/lib.rs"
[package]
authors = ["pythcoiner"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Utility to run a blindbit-oracle server in integration tests"
documentation = "https://docs.rs/blindbitd"
edition = "2021"
license-file = "LICENSE"
name = "blindbitd"
readme = "README.md"
repository = "https://github.com/pythcoiner/blindbitdd"
version = "0.0.1"
[[test]]
name = "blindbitd"
path = "tests/blindbitd.rs"