canlog_derive 0.1.0

Crate with macro definitions for the canlog crate
Documentation
[dependencies.darling]
version = "0.20.11"

[dependencies.proc-macro2]
version = "1.0.94"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
features = ["derive"]
version = "2.0.100"

[lib]
name = "canlog_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["The Internet Computer Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Crate with macro definitions for the canlog crate"
documentation = "https://docs.rs/canlog"
edition = "2021"
include = ["src", "Cargo.toml", "CHANGELOG.md", "LICENSE", "README.md"]
license = "Apache-2.0"
name = "canlog_derive"
readme = "README.md"
repository = "https://github.com/dfinity/ic"
version = "0.1.0"