vhrdcan 0.1.0

Types for working with CAN Bus, including proper priority ordering, message pool, serialization and hash support.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "vhrdcan"
version = "0.1.0"
authors = ["Roman Isaikin <romix.lab@gmail.com>"]
description = "Types for working with CAN Bus, including proper priority ordering, message pool, serialization and hash support."
readme = "README.md"
license = "MIT"
repository = "https://github.com/vhrdtech/vhrdcan"
[dependencies.hash32]
version = "0.1"

[dependencies.hash32-derive]
version = "0.1"

[dependencies.heapless]
version = "0.5.6"

[dependencies.serde]
version = "1.0.100"
features = ["derive"]
optional = true
default-features = false

[features]
serialization = ["serde"]