phlow-build 3.0.0

Build-script support for generating phlow annotation metadata
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 = "phlow-build"
version = "3.0.0"
authors = ["feenk gmbh <contact@feenk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-script support for generating phlow annotation metadata"
homepage = "https://github.com/feenkcom/phlow-rs"
readme = "README.md"
keywords = [
    "annotations",
    "reflection",
    "proc-macro",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/feenkcom/phlow-rs"
resolver = "2"

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

[dependencies.annotate-build]
version = "1.2"