[dependencies.aetos-core]
version = "0.1.0"
[dependencies.aetos-macro]
version = "0.1.0"
[features]
no-escaping = ["aetos-core/no-escaping", "aetos-macro/no-escaping"]
[lib]
name = "aetos"
path = "src/lib.rs"
[package]
authors = ["David"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust proc macro library for generating Prometheus metrics rendering code from annotated structs"
documentation = "https://docs.rs/aetos"
edition = "2024"
homepage = "https://github.com/DavidVentura/aetos"
keywords = ["prometheus", "metrics"]
license = "MIT"
name = "aetos"
readme = false
repository = "https://github.com/DavidVentura/aetos"
resolver = "2"
rust-version = "1.85.0"
version = "0.1.1"
[[test]]
name = "atomic_test"
path = "tests/atomic_test.rs"
[[test]]
name = "bucket_generation_macro"
path = "tests/bucket_generation_macro.rs"
[[test]]
name = "label_derive"
path = "tests/label_derive.rs"
[[test]]
name = "metrics_render"
path = "tests/metrics_render.rs"