# 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.60" name = "l293x" version = "0.3.0" authors = ["hansingt"] include = [ "LICENSE", "README.md", "CHANGELOG.md", "src/**", ] description = "Platform agnostic library for the L293 and L293D motor drivers using embedded-hal" homepage = "https://github.com/hansingt/l293x" readme = "README.md" keywords = [ "L293", "L293D", "embedded-hal", "embedded-hal-driver", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/hansingt/l293x" [lib] doctest = false [dependencies.embedded-hal] version = "1.0.0" [dependencies.paste] version = "1.0.15" [dev-dependencies.coverage-helper] version = "0.2.2" [lints.rust.unexpected_cfgs] level = "allow" priority = 0