# 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" rust-version = "1.81" name = "tb6612fng" version = "1.0.0" authors = [ "Ralph Ursprung ", "ripytide ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A `no_std` driver for the TB6612FNG motor driver." readme = "README.md" keywords = [ "tb6612fng", "driver", "motor", "controller", "embedded-hal-driver", ] categories = [ "embedded", "hardware-support", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/tb6612fng-rs" [lib] name = "tb6612fng" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0" [dev-dependencies.embedded-hal-mock] version = "0.11" features = ["eh1"] default-features = false [features]