typed_use_cases 0.1.2

Formalize use cases at the type level. Zero runtime overhead. Experimental proof-of-concept.
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 = "typed_use_cases"
version = "0.1.2"
authors = ["mbertogliati"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Formalize use cases at the type level. Zero runtime overhead. Experimental proof-of-concept."
homepage = "https://github.com/mbertogliati/typed-use-cases"
documentation = "https://docs.rs/typed_use_cases"
readme = "README.md"
keywords = [
    "use-case",
    "type-level",
    "ddd",
    "architecture",
    "compile-time",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/mbertogliati/typed-use-cases"

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

[[example]]
name = "ecommerce"
path = "examples/ecommerce.rs"

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

[dependencies.static_assertions]
version = "1.1"

[dependencies.typed_use_cases_derive]
version = "0.1.0"