# 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 = "embedded-ads1220" version = "0.1.0" authors = ["Ella Fox "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Embedded Driver for the Texas Instruments ADS1220 ADC" readme = "README.md" keywords = [ "ads1220", "adc", "embedded-hal", "driver", "analog", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/EllaFoxo/embedded-ads1220" [lib] name = "embedded_ads1220" crate-type = ["lib"] path = "src/lib.rs" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.embedded-hal] version = "1" default-features = false [features] defmt = ["dep:defmt"]