cc_talk_core 0.0.4

A no-std implementation of the CCtalk protocol.
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 = "2021"
name = "cc_talk_core"
version = "0.0.4"
authors = ["Kosta S. <github.operation464@simplelogin.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no-std implementation of the CCtalk protocol."
readme = "README.md"
keywords = [
    "no-std",
    "ccTalk",
    "protocol",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Kosta-Git/cc-talk-rs/"
resolver = "3"

[features]
crc-lookup = []
default = []
defmt = ["dep:defmt"]
std = ["thiserror/std"]

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

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

[dependencies.heapless]
version = "0.9.2"

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[lints.clippy]
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1