anodized 0.5.0

A common specification layer for 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"
name = "anodized"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A common specification layer for Rust"
readme = "README.md"
keywords = [
    "correctness",
    "design-by-contract",
    "fuzzing",
    "testing",
    "verification",
]
categories = [
    "development-tools",
    "development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mkovaxx/anodized"
resolver = "2"

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

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

[[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 = "basic_traits"
path = "tests/basic_traits.rs"

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

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

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

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

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

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

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

[dependencies.anodized-logic]
version = "0.5.0"

[dependencies.anodized-macros]
version = "0.5.0"

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(anodized_discard_specs)",
    "cfg(anodized_panic)",
    "cfg(anodized_print)",
]