bitaxe_api 0.2.1

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

[dependencies.log]
version = "0.4.22"

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

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

[dependencies.serde_repr]
version = "0.1.19"

[dependencies.serde_with]
version = "3.11.0"

[dependencies.thiserror]
version = "2.0.4"

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

[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.2.1"