# 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 = "can" version = "0.2.1-alpha.4" authors = ["Toby Lawrence "] description = "A general purpose library for common CAN types." license = "MIT" repository = "https://github.com/nuclearfurnace/rust-can" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bitflags] version = "1.3" [dependencies.bytes] version = "1.0.0" [dependencies.embedded-can] version = "0.3.0" optional = true default-features = false [dependencies.socketcan] version = "1.7.0" optional = true default-features = false [dev-dependencies.proptest] version = "1" [features] default = ["embedded-can-compat", "socketcan-compat"] embedded-can-compat = ["embedded-can"] socketcan-compat = ["socketcan"]