# 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 = "mcan" version = "0.5.0" description = "Unofficial MCAN Hardware Abstraction Layer" documentation = "https://docs.rs/crate/mcan/" readme = "README.md" keywords = [ "no-std", "can", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GrepitAB/mcan" [dependencies.bitfield] version = "0.14" [dependencies.embedded-can] version = "0.4" [dependencies.fugit] version = "0.3.5" [dependencies.generic-array] version = "0.14" [dependencies.mcan-core] version = "0.2" [dependencies.nb] version = "1.0" [dependencies.vcell] version = "0.1"