[package] name = "ads1x1x" version = "0.1.0" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/ads1x1x-rs" license = "MIT OR Apache-2.0" description = "Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with the devices: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115." readme = "README.md" keywords = ["adc", "analog", "driver", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] homepage = "https://github.com/eldruin/ads1x1x-rs" documentation = "https://docs.rs/ads1x1x" include = [ "**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE", ] [badges] travis-ci = { repository = "eldruin/ads1x1x-rs", branch = "master" } coveralls = { repository = "eldruin/ads1x1x-rs", branch = "master", service = "github" } maintenance = { status = "actively-developed" } [dependencies] nb = "0.1" embedded-hal = { version = "0.2.2", features = ["unproven"] } [dev-dependencies] linux-embedded-hal = "0.2" embedded-hal-mock = "0.4" [profile.release] lto = true