[dependencies.defmt]
optional = true
version = "1.0.1"
[dependencies.heapless]
version = "0.8.0"
[features]
crc-lookup = []
default = []
defmt = ["dep:defmt"]
std = []
[lib]
name = "cc_talk_core"
path = "src/lib.rs"
[package]
authors = ["Kosta S. <github.operation464@simplelogin.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A no-std implementation of the CCtalk protocol."
edition = "2021"
exclude = [".gitignore"]
keywords = ["no-std", "ccTalk", "protocol"]
license = "GPL-3.0-or-later"
name = "cc_talk_core"
readme = "README.md"
repository = "https://github.com/Kosta-Git/cc-talk-rs/"
resolver = "3"
version = "0.0.1"