alef-backend-zig 0.15.13

Zig backend for alef
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.85"
name = "alef-backend-zig"
version = "0.15.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zig backend for alef"
homepage = "https://github.com/kreuzberg-dev/alef"
readme = false
license = "MIT"
repository = "https://github.com/kreuzberg-dev/alef"
resolver = "2"

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

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

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

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

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

[dependencies.alef-codegen]
version = "0.15.13"

[dependencies.alef-core]
version = "0.15.13"

[dependencies.alef-docs]
version = "0.15.13"

[dependencies.anyhow]
version = "1"

[dependencies.heck]
version = "0.5"

[dependencies.minijinja]
version = "2"

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

[dev-dependencies.insta]
version = "1.47"
features = ["redactions"]

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