bitcoinkernel 0.2.0

Safe Rust bindings to libbitcoinkernel
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.71.0"
name = "bitcoinkernel"
version = "0.2.0"
authors = ["sedited <seb.kung@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings to libbitcoinkernel"
documentation = "https://docs.rs/bitcoinkernel"
readme = "README.md"
keywords = [
    "bitcoin",
    "ffi",
    "libbitcoinkernel",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/sedited/rust-bitcoinkernel"

[lib]
name = "bitcoinkernel"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.libbitcoinkernel-sys]
version = "0.2.0"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.tempdir]
version = "0.3"