# 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 = "ads122x04" version = "0.3.0" authors = ["Linus Leo Stöckli"] description = "Platform-agnostic driver for the ADS122C04 and ADS122U04 analog to digital converters." homepage = "https://github.com/hacknus/ads122x04-rs" documentation = "https://docs.rs/ads122x04" readme = "README.md" keywords = [ "adc", "adc122u04", "adc122c04", "driver", "embedded-hal-driver", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://github.com/hacknus/ads122x04-rs" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.nb] version = "1"