# 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 = "smcan" version = "0.1.2" description = "A no_std rust crate to generate and parse CAN Frames for the SM-CAN protocol." homepage = "https://github.com/saronic-technologies/smcan-rs" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/saronic-technologies/smcan-rs" [dependencies.binrw] version = "0.11.2" [dependencies.embedded-can] version = "0.4.1" [dev-dependencies.anyhow] version = "1.0.72" [dev-dependencies.socketcan] version = "2.0.0"