# 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 = "stemma-soil-sensor-embassy" version = "0.2.1" authors = ["Jonathan Rotter"] description = "Interface with Adafruit's STEMMA Soil Sensor while using embassy" documentation = "https://docs.rs/stemma-soil-sensor-embassy/latest/stemma_soil_sensor_embassy/" readme = "README.md" keywords = [ "embassy", "rp2040", "stemma-soil-sensor", "raspberry-pi-pico-w", ] categories = [ "embedded", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/hydrogen602/stemma-soil-sensor-embassy" [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-rp] version = "0.1.0" features = [ "time-driver", "critical-section-impl", ] [dependencies.embassy-time] version = "0.3.0" [dependencies.embedded-hal-1] version = "1.0" package = "embedded-hal" [dependencies.picoserve] version = "0.9.1" features = ["embassy"] optional = true [dependencies.thiserror-no-std] version = "2.0.2" [features] default = [] defmt = [ "dep:defmt", "embassy-rp/defmt", "embassy-time/defmt", "embassy-time/defmt-timestamp-uptime", ] picoserve = ["dep:picoserve"]