# 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 = "loadcell" version = "0.2.0" authors = ["DaneSlattery "] description = "A no-std embedded-hal package for the hx711 load cell, based on the embedded hal. Has optional support for interrupts on the esp32." homepage = "http://github.com/DaneSlattery/hx711" readme = "README.md" license = "MIT OR Apache-2.0" [[example]] name = "interrupt" required-features = ["esp32_interrupt"] [[example]] name = "polling" required-features = ["esp32_interrupt"] [dependencies.critical-section] version = "1.1.2" [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.esp32-hal] version = "0.17.0" optional = true [dev-dependencies.critical-section] version = "1.1.2" [dev-dependencies.esp-backtrace] version = "0.8.0" features = [ "esp32", "panic-handler", "exception-handler", "print-uart", ] [dev-dependencies.esp-println] version = "0.6.0" features = [ "esp32", "log", ] [dev-dependencies.log] version = "0.4.18" [features] default = [] esp32_interrupt = ["esp32-hal"]