[package]
edition = "2024"
rust-version = "1.91"
name = "phlow-extensions"
version = "3.0.0"
authors = ["feenk gmbh <contact@feenk.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Phlow views for Rust's core types"
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_extensions"
path = "src/lib.rs"
[[test]]
name = "function"
path = "tests/function.rs"
[[test]]
name = "integer"
path = "tests/integer.rs"
[[test]]
name = "module_path"
path = "tests/module_path.rs"
[[test]]
name = "string"
path = "tests/string.rs"
[[test]]
name = "vtable"
path = "tests/vtable.rs"
[dependencies.annotate]
version = "1.2"
[dependencies.phlow]
version = "3.0.0"
[build-dependencies.annotate-build]
version = "1.2"
[build-dependencies.phlow-build]
version = "3.0.0"