# 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 = "nct3933" version = "0.2.0" authors = ["Adancurusul <1016867898@qq.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Platform agnostic rust driver for Nuvoton 3-Channel Sink/Source Current DAC NCT3933U." readme = "README.md" keywords = [ "dac", "driver", "async", "embedded-hal", "embedded-hal-driver", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Adancurusul/nct3933" [lib] name = "nct3933" path = "src/lib.rs" [dependencies.defmt] version = "0.3" [dependencies.embedded-hal] version = "1.0.0" optional = true [dependencies.embedded-hal-async] version = "1.0.0" optional = true [features] async = ["embedded-hal-async"] default = [ "sync", "async", ] sync = ["embedded-hal"]