phlow-ffi 3.0.0

Provides C-like api to the phlow crates
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-ffi"
version = "3.0.0"
authors = ["feenk gmbh <contact@feenk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides C-like api to the phlow crates"
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_ffi"
path = "src/lib.rs"

[dependencies.phlow]
version = "3.0.0"

[dependencies.phlow-extensions]
version = "3.0.0"

[dependencies.string-box]
version = "4.1"

[dependencies.value-box]
version = "4.1"