# 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 = "cyphal-socketcan" version = "0.0.9" description = "Open Cyphal SocketCAN Rust Implementation" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cyphal-rs/cyphal" [[example]] name = "can_publish" [[example]] name = "canfd_publish" [dependencies.cyphal] version = "0.0.9" [dependencies.cyphal-can] version = "0.0.9" [dependencies.embedded-can] version = "0.4.1" [dependencies.socketcan] version = "3.3.0" features = ["async-std"] [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"]