# 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 = "mcp3425" version = "1.1.0" authors = ["Danilo Bargen "] include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE", ] description = "Platform agnostic Rust driver for the Microchip MCP3425/6/7/8 ADC." documentation = "https://docs.rs/mcp3425" readme = "README.md" keywords = [ "mcp3425", "microchip", "driver", "adc", "embedded-hal-driver", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dbrgn/mcp3425-rs" [profile.release] lto = true [dependencies.bitflags] version = "1.0" [dependencies.byteorder] version = "1.2" [dependencies.embedded-hal] version = "0.2" [dependencies.measurements] version = "0.11" optional = true default-features = false [dev-dependencies.embedded-hal-mock] version = "0.10" features = ["eh0"] default-features = false [dev-dependencies.linux-embedded-hal] version = "0.3" [dev-dependencies.rstest] version = "0.18" [features] default = [] dual_channel = [] quad_channel = []