anodized 0.1.0

An ecosystem for correct Rust based on lightweight contract annotations.
Documentation
[dependencies.heck]
version = "0.5.0"

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

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
features = ["full"]
version = "2.0.55"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An ecosystem for correct Rust based on lightweight contract annotations."
documentation = "https://docs.rs/anodized"
edition = "2024"
exclude = [".gitignore"]
keywords = ["contract", "correctness", "verification", "logic", "fuzzing"]
license = "MIT OR Apache-2.0"
name = "anodized"
readme = "README.md"
repository = "https://github.com/mkovaxx/anodized"
version = "0.1.0"

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

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

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