dioxus-code-macro 0.0.1

Compile-time syntax highlighting macro for dioxus-code.
Documentation
# 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 = "2024"
name = "dioxus-code-macro"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time syntax highlighting macro for dioxus-code."
homepage = "https://dioxuslabs.github.io/dioxus-code/"
readme = "README.md"
keywords = [
    "dioxus",
    "code",
    "highlighting",
    "editor",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ealmloff/dioxus-code"

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

[dependencies.arborium]
version = "2.16.0"
features = ["all-languages"]
default-features = false

[dependencies.arborium-theme]
version = "2.16.0"

[dependencies.proc-macro-crate]
version = "3.5.0"

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

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
version = "2.0.111"
features = ["full"]