# 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 = "driver-74hc595" version = "0.1.0" authors = ["Alex Moon"] description = "An embedded async driver for 74hc595 shift registers." documentation = "https://docs.rs/driver-74hc595" readme = "README.md" keywords = [ "embedded-hal-driver", "74hc595", "shift-register", ] categories = [ "no-std", "embedded", "asynchronous", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/tactile-eng/driver-74hc595" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0"