coldcard 0.6.0

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

[dependencies.base58]
version = "0.2.0"

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

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

[dependencies.secp256k1]
features = ["rand-std", "bitcoin_hashes"]
version = "0.26.0"

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