coldcard 0.8.0

Coldcard Wallet Interface Library in Rust
Documentation
[dependencies.aes-ctr]
version = "0.6.0"

[dependencies.base58]
version = "0.2.0"

[dependencies.bitcoin_hashes]
version = "0.12.0"

[dependencies.hidapi]
default-features = false
version = "1.3.3"

[dependencies.k256]
features = ["arithmetic"]
version = "0.13.1"

[dependencies.log]
optional = true
version = "0.4.17"

[dependencies.rand]
version = "0.8.5"

[features]
default = ["linux-static-hidraw"]
linux-static-hidraw = ["hidapi/linux-static-hidraw"]
linux-static-libusb = ["hidapi/linux-static-libusb"]

[package]
authors = ["Alfred Hodler <alfred_hodler@protonmail.com>"]
categories = ["command-line-utilities", "cryptography::cryptocurrencies", "hardware-support"]
description = "Coldcard Wallet Interface Library in Rust"
edition = "2021"
keywords = ["coldcard", "bitcoin", "wallet"]
license = "MIT"
name = "coldcard"
readme = "README.md"
repository = "https://github.com/alfred-hodler/rust-coldcard/"
resolver = "1"
version = "0.8.0"