# 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" rust-version = "1.71.1" name = "ds4432" version = "0.2.1" authors = ["w3irdrobot "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Platform-agnostic Rust driver for the Maxim DS4432 Dual-Channel, I2C, 7-Bit Sink/Source Current Digital To Analog (DAC) converter." documentation = "https://docs.rs/ds4432" readme = "README.md" keywords = [ "no-std", "embedded-hal-driver", "dac", ] categories = [ "embedded", "hardware-support", "no-std", ] license = " AGPL-3.0-only" repository = "https://github.com/w3irdrobot/ds4432" [lib] name = "ds4432" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0" optional = true [dependencies.embedded-hal-async] version = "1.0" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.maybe-async-cfg] version = "0.2" [dev-dependencies.embedded-hal-mock] version = "0.11.1" features = ["eh1"] default-features = false [features] async = ["dep:embedded-hal-async"] core-error = [] default = ["sync"] defmt-03 = ["dep:defmt"] not-recommended-rfs = [] sync = ["dep:embedded-hal"]