bitaxe_api 0.4.0

Crate for interacting with the Bitaxe API.
Documentation
[package]
authors = ["w3irdrobot <dro@w3ird.tech>"]
description = "Crate for interacting with the Bitaxe API."
edition = "2021"
homepage = "https://github.com/w3ird-tech/bacli"
license = "	AGPL-3.0-only"
name = "bitaxe_api"
repository = "https://github.com/w3ird-tech/bacli"
version = "0.4.0"

[dependencies]
clap = { version = "4.5.40", optional = true }
log = "0.4.27"
reqwest = { version = "0.12.20", default-features = false, features = [
  "charset",
  "http2",
  "macos-system-configuration",
  "json",
] }
serde = { version = "1.0.219", features = ["derive"] }
serde_repr = "0.1.20"
serde_with = "3.13.0"
thiserror = "2.0.12"

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

[dev-dependencies]
serde_json = "1.0.140"