presentar-yaml 0.3.5

YAML manifest parser for Presentar UI framework
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"
rust-version = "1.75"
name = "presentar-yaml"
version = "0.3.5"
authors = ["Pragmatic AI Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YAML manifest parser for Presentar UI framework"
readme = false
license = "MIT"
repository = "https://github.com/paiml/presentar"

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

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

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

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

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

[dependencies.presentar-core]
version = "0.3.2"

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

[dependencies.serde_yaml_ng]
version = "0.10"

[dev-dependencies.proptest]
version = "1.9"

[lints.clippy]
cargo_common_metadata = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
expect_used = "allow"
float_cmp = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
option_if_let_else = "allow"
redundant_pub_crate = "allow"
return_self_not_must_use = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
unused_self = "allow"
unwrap_used = "warn"

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

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

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

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "deny"
unsafe_op_in_unsafe_fn = "warn"