# 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] name = "mcp320x" version = "0.1.1" authors = [ "Pramode ", "Aliaksei Saladukhin ", ] description = "Platform agnostic driver written using embedded-hal traits to interface with the MCP320X ADC's" documentation = "https://docs.rs/mcp320x" readme = "quickstart.md" keywords = [ "embedded-hal-driver", "adc", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT / Apache-2.0" repository = "https://gitlab.com/studiedlist/mcp320x" [dependencies.embedded-hal] version = "0.2.7"