cc_talk_host 0.0.5

ccTalk host crate based on cc_talk_core
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 = "2024"
name = "cc_talk_host"
version = "0.0.5"
authors = ["Kosta S. <github.operation464@simplelogin.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ccTalk host crate based on cc_talk_core"
readme = "README.md"
keywords = [
    "no-std",
    "ccTalk",
    "protocol",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Kosta-Git/cc-talk-rs/"

[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"

[dependencies.cc_talk_core]
version = "0.0.4"
default-features = false

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

[dependencies.heapless]
version = "0.9.2"

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

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