# 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 = "mcp25xx" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MCP2510, MCP2515 and MCP25625 CAN controller library" readme = "README.md" keywords = [ "embedded-hal", "CAN", "MCP2510", "MCP2515", "MCP25625", ] categories = [ "hardware-support", "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WMT-GmbH/mcp25xx" [package.metadata.docs.rs] all-features = true [lib] name = "mcp25xx" path = "src/lib.rs" [[test]] name = "check_bitrates" path = "tests/check_bitrates.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.embedded-can] version = "0.4.1" [dependencies.embedded-hal] version = "1.0.0" [dependencies.modular-bitfield] version = "0.11.2" [dependencies.nb] version = "1.1.0" [dev-dependencies.embedded-hal-mock] version = "0.11.1" [features] mcp2515 = [] mcp25625 = []