anodized 0.2.1

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

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

[dependencies.quote]
version = "1.0"

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

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

[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.2.1"

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

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

[[test]]
name = "compile-fail"
path = "tests/compile-fail.rs"

[[test]]
name = "default_output_pattern"
path = "tests/default_output_pattern.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 = "pattern_in_closure"
path = "tests/pattern_in_closure.rs"

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