# 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-types" version = "0.9.1" authors = ["Nathan Keough "] exclude = [ "/tests", "/.github", ] description = """ A library for encoding/decoding simple CAN bus data structures """ homepage = "https://github.com/natkeo559/can-types" documentation = "https://docs.rs/can-types" readme = "README.md" keywords = [ "can", "vehicle", "j1939", "decode", "ecu", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/natkeo559/can-types" [[bench]] name = "id" harness = false [dependencies.anyhow] version = "1.0.83" default-features = false [dependencies.bitfield-struct] version = "0.8.0" default-features = false [dev-dependencies.criterion] version = "0.5.1" [features] alloc = [] default = ["alloc"]