bitaxe_api 0.3.0

Crate for interacting with the Bitaxe API.
Documentation
[dependencies.clap]
optional = true
version = "4.5.37"

[dependencies.log]
version = "0.4.27"

[dependencies.reqwest]
default-features = false
features = ["charset", "http2", "macos-system-configuration", "json"]
version = "0.12.15"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.serde_with]
version = "3.12.0"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.serde_json]
version = "1.0.140"

[features]
clap = ["dep:clap"]
default = ["openssl"]
openssl = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls"]

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

[package]
authors = ["w3irdrobot <dro@w3ird.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Crate for interacting with the Bitaxe API."
edition = "2021"
homepage = "https://github.com/w3ird-tech/bacli"
license = "\tAGPL-3.0-only"
name = "bitaxe_api"
readme = "README.md"
repository = "https://github.com/w3ird-tech/bacli"
version = "0.3.0"