max11300 0.5.3

A rust-embedded driver for the MAX11300 ADC/DAC
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 = "max11300"
version = "0.5.3"
authors = ["Chris Maniewski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust-embedded driver for the MAX11300 ADC/DAC"
documentation = "https://docs.rs/max11300"
readme = "README.md"
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://git.sr.ht/~chmanie/max11300"

[features]
cs = ["critical-section"]
default = ["cs"]

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

[dependencies.critical-section]
version = "1.2.0"
optional = true

[dependencies.embassy-sync]
version = "0.7.0"

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

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

[dependencies.heapless]
version = "0.9.1"

[dependencies.seq-macro]
version = "0.3.6"

[dev-dependencies.critical-section]
version = "1.2.0"
features = ["std"]

[dev-dependencies.embedded-hal-mock]
version = "0.11.1"
features = [
    "eh1",
    "embedded-hal-async",
]

[dev-dependencies.static_cell]
version = "2.1.1"

[dev-dependencies.tokio]
version = "1.46.1"
features = ["full"]