[package]
edition = "2024"
rust-version = "1.91"
name = "annotate-build"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-script support for generating annotate environments"
homepage = "https://github.com/feenkcom/annotate-rs"
documentation = "https://docs.rs/annotate-build"
readme = "README.md"
keywords = [
"annotations",
"reflection",
"proc-macro",
]
categories = [
"development-tools",
"rust-patterns",
]
license = "MIT"
repository = "https://github.com/feenkcom/annotate-rs"
resolver = "2"
[features]
default = []
function-call = []
[lib]
name = "annotate_build"
path = "src/lib.rs"
[dependencies.cargo_toml]
version = "0.22"
[dependencies.mustache]
version = "0.9"
[dependencies.prettyplease]
version = "0.2"
[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]
[dependencies.quote]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"visit",
"extra-traits",
]
[dependencies.uuid]
version = "1.22"
features = ["v4"]