# 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"
rust-version = "1.89.0"
name = "gen-platform"
version = "0.1.15"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gen-platform — Rust-first canonical handle for the typed-dispatcher (typed-tagged-union catamorphism) substrate primitive. Re-exports TypedDispatcher + #[derive(TypedDispatcher)], ships a runtime Dispatcher<T> applicator for Rust consumers (controllers, daemons, reactive routers), and surfaces the typed catalog reflection so any pleme-io crate can stand up a typed dispatch surface against any closed variant universe. The 'common language' substrate primitive — see theory/QUIRK-APPLIER.md."
homepage = "https://github.com/pleme-io/gen"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/gen"
[lib]
name = "gen_platform"
path = "src/lib.rs"
[[test]]
name = "algebraic_laws"
path = "tests/algebraic_laws.rs"
[[test]]
name = "backend_error"
path = "tests/backend_error.rs"
[[test]]
name = "catalog_registration"
path = "tests/catalog_registration.rs"
[[test]]
name = "composition"
path = "tests/composition.rs"
[[test]]
name = "discriminant_is_variant"
path = "tests/discriminant_is_variant.rs"
[[test]]
name = "dispatcher_runtime"
path = "tests/dispatcher_runtime.rs"
[[test]]
name = "from_str_kind"
path = "tests/from_str_kind.rs"
[[test]]
name = "outcome_lattice"
path = "tests/outcome_lattice.rs"
[[test]]
name = "skeleton_emit"
path = "tests/skeleton_emit.rs"
[dependencies.gen-macros]
version = "0.1.0"
[dependencies.gen-types]
version = "0.1.0"
[dependencies.inventory]
version = "0.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies]
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1