caixa-core 0.1.6

Manifest types, layout invariants, and version contract for the caixa tatara-lisp package system.
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"
rust-version = "1.89.0"
name = "caixa-core"
version = "0.1.6"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manifest types, layout invariants, and version contract for the caixa tatara-lisp package system."
homepage = "https://github.com/pleme-io/caixa"
readme = "README.md"
keywords = [
    "caixa",
    "tatara-lisp",
    "pleme-io",
    "helm",
    "packaging",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/pleme-io/caixa"
resolver = "2"

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

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

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

[dependencies.canteiro-types]
version = "0.1"

[dependencies.gen-platform]
version = "0.1"

[dependencies.gen-types]
version = "0.1"

[dependencies.semver]
version = "1"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tatara-lisp]
version = "0.3.26"

[dependencies.thiserror]
version = "2"

[dev-dependencies.pretty_assertions]
version = "1"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1