rs-matter/tools/tlv/Cargo.toml
2023-07-28 06:22:13 +00:00

19 lines
724 B
TOML

[package]
name = "tlv"
version = "0.1.0"
edition = "2021"
authors = ["Kedar Sovani <kedars@gmail.com>", "Ivan Markov", "Project CHIP Authors"]
description = "Native Rust implementation of the Matter (Smart-Home) ecosystem - TLV Tool"
repository = "https://github.com/project-chip/matter-rs"
readme = "README.md"
keywords = ["matter", "smart", "smart-home", "IoT", "ESP32"]
categories = ["embedded", "network-programming"]
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rs-matter = { path = "../../rs-matter" }
log = {version = "0.4.14", features = ["max_level_trace", "release_max_level_warn"]}
simple_logger = "1.16.0"
clap = "2.34"