ctest 0.5.0

Automated testing of FFI bindings in Rust.
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.88"
name = "ctest"
version = "0.5.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automated testing of FFI bindings in Rust."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/libc"
resolver = "2"

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

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

[dependencies.askama]
version = "0.14.0"

[dependencies.cc]
version = "1.2.43"

[dependencies.proc-macro2]
version = "1.0.103"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.41"

[dependencies.syn]
version = "2.0.108"
features = [
    "full",
    "visit",
    "extra-traits",
]

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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