[package] name = "spdlog-internal" version = "0.1.0" edition = "2021" rust-version = "1.60" description = "Internal private common code for 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"] [dependencies] nom = "7.1.3" strum = { version = "0.24.1", features = ["derive"] } strum_macros = "0.24.3" thiserror = "1.0.40"