sparkfun-openlog 0.1.0

A platform-agnostic, embedded-hal driver for the [Sparkfun OpenLogger](https://www.sparkfun.com/products/13712).
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 = "2021"
name = "sparkfun-openlog"
version = "0.1.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A platform-agnostic, embedded-hal driver for the [Sparkfun OpenLogger](https://www.sparkfun.com/products/13712)."
readme = false
categories = [
    "no-std",
    "embedded",
]
license = "MIT"
repository = "https://github.com/JanBerktold/sparkfun-openlog-rs"

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

[[test]]
name = "ft32h_integration"
path = "tests/ft32h_integration.rs"

[dependencies.embedded-hal]
version = "1.0.0"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.embedded-hal-compat]
version = "0.13"

[dev-dependencies.ftdi-embedded-hal]
version = "0.22.0"
features = ["libftd2xx"]