estrogen 0.1.1-indev

A proc macro library for compile time string generation.
# 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 = "estrogen"
version = "0.1.1-indev"
authors = ["Ada F. <https://github.com/ErisianArchitect>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A proc macro library for compile time string generation."
documentation = "https://docs.rs/estrogen"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ErisianArchitect/estrogen"

[lib]
name = "estrogen"
crate-type = ["proc-macro"]
path = "src/lib.rs"

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

[dependencies.quote]
version = "1.0.45"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.uranus]
version = "0.1.0"