alef-e2e 0.15.10

Fixture-driven e2e test generator 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-e2e"
version = "0.15.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fixture-driven e2e test generator for alef"
homepage = "https://github.com/kreuzberg-dev/alef"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kreuzberg-dev/alef"
resolver = "2"

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

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

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

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

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

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

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

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

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

[dependencies.alef-backend-php]
version = "0.15.10"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.heck]
version = "0.5"

[dependencies.jsonschema]
version = "0.46"
features = ["resolve-file"]
default-features = false

[dependencies.minijinja]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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