coinduction 0.2.0

Attribute macros for defining circular type references and recursive trait implementations 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 = "2021"
name = "coinduction"
version = "0.2.0"
authors = ["yasuo-ozu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Attribute macros for defining circular type references and recursive trait implementations in Rust"
readme = false
keywords = [
    "macro",
    "trait",
    "recursive",
    "circular",
    "zerocost",
]
categories = [
    "rust-patterns",
    "development-tools::procedural-macro-helpers",
]
license = "MIT"
repository = "https://github.com/yasuo-ozu/coinduction"

[lib]
name = "coinduction"
path = "lib.rs"

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

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

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

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

[dependencies.coinduction-macro]
version = "0.2.0"

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