[package] name = "spdlog-macros" version = "0.2.0" edition = "2021" rust-version = "1.60" description = "Macros implementation of crate \"spdlog-rs\"" repository = "https://github.com/SpriteOvO/spdlog-rs" license = "MIT OR Apache-2.0" readme = "crates-io.md" keywords = ["spdlog", "log", "logging"] categories = ["development-tools::debugging"] [lib] proc-macro = true [dependencies] nom = "7.1.1" proc-macro2 = "1.0.47" quote = "1.0.21" spdlog-internal = { version = "=0.1.0", path = "../spdlog-internal" } syn = { version = "2.0.38", features = ["full"] }