# 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 = "j1939" version = "0.1.33" authors = ["Laixer Equipment B.V. "] description = """ SAE J1939 is a set of standards that define how ECUs communicate via the CAN bus in heavy-duty vehicles. """ readme = "README.md" keywords = [ "can", "j1939", "sae-j1939", "can-bus", "network", ] categories = [ "no-std", "embedded", "parsing", ] license = "GPL-3.0" repository = "https://github.com/Laixer/J1939" [dependencies.chrono] version = "0.4.38" optional = true default-features = false [features] chrono = ["dep:chrono"] default = ["chrono"]