airfrog-bin 0.1.2

Airfrog binary API support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "airfrog-bin"
version = "0.1.2"
authors = ["Piers Finlayson <piers@piers.rocks>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Airfrog binary API support"
readme = "README.md"
keywords = [
    "embedded",
    "airfrog",
    "swd",
    "arm",
    "stm32",
]
categories = [
    "embedded",
    "hardware-support",
    "network-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/piersfinlayson/airfrog"
resolver = "2"

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

[dependencies.log]
version = "0.4.27"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false