phlow-extensions 3.0.0

Phlow views for Rust's core types
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-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"