# 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.4.0" authors = ["Chris Maniewski"] build = 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" [lib] name = "max11300" path = "src/lib.rs" [dependencies.critical-section] version = "1.1" optional = true [dependencies.embassy-sync] version = "0.6" [dependencies.embedded-hal] version = "1.0" [dependencies.embedded-hal-async] version = "1.0" [dependencies.heapless] version = "0.8" [dependencies.seq-macro] version = "0.3" [dev-dependencies.critical-section] version = "1.1" features = ["std"] [dev-dependencies.embedded-hal-mock] version = "0.11" features = [ "eh1", "embedded-hal-async", ] [dev-dependencies.static_cell] version = "2" [dev-dependencies.tokio] version = "1.36" features = ["full"] [features] cs = ["critical-section"] default = ["cs"]