cc_talk_host 0.0.1

ccTalk host crate based on cc_talk_core
Documentation
[dependencies.cc_talk_core]
default-features = false
version = "0.0.1"

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

[dependencies.heapless]
version = "0.8.0"

[dependencies.tracing]
optional = true
version = "0.1.37"

[features]
default = []
defmt = ["dep:defmt", "cc_talk_core/defmt"]
std = ["cc_talk_core/std"]
tracing = ["dep:tracing"]

[lib]
name = "cc_talk_host"
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 = "ccTalk host crate based on cc_talk_core"
edition = "2024"
exclude = [".gitignore"]
keywords = ["no-std", "ccTalk", "protocol"]
license = "GPL-3.0-or-later"
name = "cc_talk_host"
readme = "README.md"
repository = "https://github.com/Kosta-Git/cc-talk-rs/"
version = "0.0.1"