anodized 0.3.0

An ecosystem for correct Rust based on lightweight specification annotations
Documentation
[dependencies.anodized-core]
version = "0.3.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.pollster]
version = "0.4"

[dev-dependencies.trybuild]
version = "1.0"

[features]
runtime-check-and-panic = []
runtime-check-and-print = []
runtime-no-check = []

[lib]
name = "anodized"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::procedural-macro-helpers"]
description = "An ecosystem for correct Rust based on lightweight specification annotations"
edition = "2024"
keywords = ["correctness", "design-by-contract", "fuzzing", "testing", "verification"]
license = "MIT OR Apache-2.0"
name = "anodized"
readme = "README.md"
repository = "https://github.com/mkovaxx/anodized"
resolver = "2"
version = "0.3.0"

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

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

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

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

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

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

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

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

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

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

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

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

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