weaveffi-core 0.4.0

Generator trait, orchestrator, validation, and shared utilities for WeaveFFI
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 = "2021"
name = "weaveffi-core"
version = "0.4.0"
authors = ["WeaveFFI Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generator trait, orchestrator, validation, and shared utilities for WeaveFFI"
readme = false
keywords = [
    "ffi",
    "codegen",
    "bindings",
    "code-generation",
    "validation",
]
categories = ["development-tools::ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/weavefoundry/weaveffi"

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

[[bin]]
name = "hook_helper"
path = "tests/bin/hook_helper.rs"
test = false
bench = false
doc = false

[[test]]
name = "codegen_hooks"
path = "tests/codegen_hooks.rs"

[[bench]]
name = "codegen_bench"
path = "benches/codegen_bench.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.camino]
version = "1.1"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.rayon]
version = "1.10"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tera]
version = "1.20"

[dependencies.thiserror]
version = "1.0"

[dependencies.weaveffi-ir]
version = "0.4.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.toml]
version = "0.8"

[lints.rust]
unsafe_code = "deny"