[package]
edition = "2024"
rust-version = "1.89.0"
name = "cofre-types"
version = "0.1.5"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed secret-materialization primitives (generation policies, rotation policies, backend refs, materialization plans). The lib half of the cofre toolchain."
homepage = "https://github.com/pleme-io/cofre"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pleme-io/cofre"
[lib]
name = "cofre_types"
path = "src/lib.rs"
[[test]]
name = "camelot_plan_contract"
path = "tests/camelot_plan_contract.rs"
[[test]]
name = "dispatcher_registration"
path = "tests/dispatcher_registration.rs"
[dependencies.gen-platform]
version = "0.1"
[dependencies.gen-types]
version = "0.1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "2"
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1