litext 1.2.0

Seamless proc-macro literal extraction.
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"
rust-version = "1.85"
name = "litext"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Seamless proc-macro literal extraction."
readme = "README.md"
keywords = [
    "proc-macro",
    "string",
    "compile-time",
    "macro",
]
categories = [
    "development-tools",
    "development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/razkar/litext"

[lib]
name = "litext"
path = "src/lib.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.comperr]
version = "1"

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

[profile.dev]
opt-level = "z"
lto = true
codegen-units = 1
strip = true

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true