# 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 = "mcp2003a" version = "0.0.24" authors = ["Zach Grimaldi "] description = "MCP2003A LIN transceiver driver with embedded-hal traits for no-std environments." documentation = "https://docs.rs/mcp2003a" readme = "README.md" keywords = [ "lin", "linbus", "mcp2003a", "automotive", "no-std", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/zpg6/mcp2003a" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.embedded-hal-nb] version = "1.0.0" [dependencies.embedded-io-async] version = "0.6.1"