Files
2026-08-01 16:11:49 +03:00

48 lines
1.1 KiB
TOML

# 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 = "defmt-parser"
version = "1.0.0"
authors = ["The Knurling-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsing library for defmt format strings"
readme = "README.md"
keywords = [
"knurling",
"defmt",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/knurling-rs/defmt"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg=docsrs"]
[features]
unstable = []
[lib]
name = "defmt_parser"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"
[dev-dependencies.rstest]
version = "0.19"
default-features = false