65 lines
1.3 KiB
TOML
65 lines
1.3 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-macros"
|
|
version = "1.1.1"
|
|
authors = ["The Knurling-rs developers"]
|
|
build = "build.rs"
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "defmt macros"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"knurling",
|
|
"defmt",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/knurling-rs/defmt"
|
|
|
|
[features]
|
|
unstable-test = []
|
|
|
|
[lib]
|
|
name = "defmt_macros"
|
|
path = "src/lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies.defmt-parser]
|
|
version = "=1.0.0"
|
|
|
|
[dependencies.proc-macro2]
|
|
version = "1"
|
|
|
|
[dependencies.quote]
|
|
version = "1"
|
|
|
|
[dependencies.syn]
|
|
version = "2"
|
|
features = [
|
|
"full",
|
|
"extra-traits",
|
|
]
|
|
|
|
[dev-dependencies.maplit]
|
|
version = "1"
|
|
|
|
[dev-dependencies.pretty_assertions]
|
|
version = "1"
|
|
|
|
[dev-dependencies.rstest]
|
|
version = "0.19"
|
|
default-features = false
|