canadensis_core 0.6.0

A Cyphal implementation: Common definitions
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 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 = "2018"
name = "canadensis_core"
version = "0.6.0"
authors = ["Sam Crow <scrow@eng.ucsd.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Cyphal implementation: Common definitions"
readme = false
keywords = [
    "embedded",
    "uavcan",
    "uav",
    "can",
    "cyphal",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/samcrow/canadensis"
resolver = "2"

[features]
defmt = [
    "dep:defmt",
    "fugit/defmt",
    "nb/defmt-0-3",
]

[lib]
name = "canadensis_core"
path = "src/lib.rs"

[dependencies.defmt]
version = "1.0"
optional = true

[dependencies.fallible_collections]
version = "0.5.1"

[dependencies.fugit]
version = "0.3.7"

[dependencies.heapless]
version = "0.9.1"

[dependencies.nb]
version = "1.0.0"

[dependencies.num-traits]
version = "0.2.19"
default-features = false