# 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 = "hx711_spi" version = "0.5.0" authors = ["crjeder "] description = "A platform agnostic driver to interface with the HX711 using SPI" documentation = "https://docs.rs/hx711_spi" readme = "README.md" keywords = [ "embedded-hal-driver", "embedded-hal", "hx711", "amplifier", "driver", ] categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/crjeder/hx711_spi" [dependencies.bitmatch] version = "0.1.1" [dependencies.embedded-hal] version = "0.2.4" [dependencies.nb] version = "1.0" [dev-dependencies.embedded-hal-mock] version = "0.9.0" [dev-dependencies.rppal] version = "0.14.1" features = ["hal"] [dev-dependencies.test-case] version = "3.0" [features] invert-sdo = []