# 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 = "2018" name = "fdcan" version = "0.2.1" authors = [ "Richard Meadows ", "Cor Peters ", ] description = "STM32 FDCAN peripheral driver" documentation = "https://docs.rs/fdcan/" readme = "README.md" keywords = [ "can", "hal", "bus", ] categories = [ "no-std", "embedded", ] license = "MIT/Apache-2.0" repository = "https://github.com/stm32-rs/fdcan.git" [package.metadata.docs.rs] features = ["fdcan_g0_g4_l5"] targets = ["thumbv7em-none-eabihf"] [profile.test] opt-level = "s" [dependencies.bitflags] version = "1.3.2" [dependencies.embedded-can-03] version = "0.3" optional = true package = "embedded-can" [dependencies.nb] version = "1.0.0" [dependencies.paste] version = "1.0" [dependencies.static_assertions] version = "1.1" [dependencies.vcell] version = "0.1.3" [dependencies.volatile-register] version = "0.2.1" [features] fdcan_g0_g4_l5 = [] fdcan_h7 = []