# 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 = "sht25" version = "0.2.0" authors = ["Jurgis Balciunas "] description = "Rust driver for SHT25 temperature/humidity sensor" homepage = "https://github.com/chemicstry/sht25" documentation = "https://docs.rs/sht25" readme = "README.md" keywords = [ "embedded-hal-driver", "sht25", "embedded", "no-std", ] categories = ["embedded"] license = "Apache-2.0 OR MIT" repository = "https://github.com/chemicstry/sht25" [profile.dev] opt-level = 3 codegen-units = 1 debug = 2 [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 2 [dependencies.embedded-hal] version = "1.0" [dev-dependencies.cortex-m] version = "0.7.6" features = ["critical-section-single-core"] [dev-dependencies.cortex-m-rt] version = "0.7.0" [dev-dependencies.defmt] version = "0.3" [dev-dependencies.defmt-rtt] version = "0.4" [dev-dependencies.panic-probe] version = "0.3" features = ["print-defmt"] [dev-dependencies.stm32f4xx-hal] version = "0.20" features = ["stm32f429"]