# 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 = "mcp4728" version = "0.1.0" description = "Platform agnostic rust driver for the MCP4728 4-channel, 12-bit I2C DAC." readme = "README.md" keywords = [ "dac", "driver", "embedded-hal", "embedded-hal-driver", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/davidstalnaker/mcp4728" [dependencies.embedded-hal] version = "0.2.7" [dependencies.num_enum] version = "0.5.7" default-features = false [dev-dependencies.embedded-hal-mock] version = "0.8.0" [target."cfg(target_os = \"linux\")".dev-dependencies.linux-embedded-hal] version = "0.3.2"