annotate-build 1.2.2

Build-script support for generating annotate environments
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.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"]