[package]
name = "plotline"
version = "0.2.0"
edition = "2024"
rust-version = "1.85"
authors = ["David Palmer"]
description = "Engine-independent sequences with branching, subroutines, and external waits"
repository = "https://github.com/dp88/plotline"
license = "MIT OR Apache-2.0"
keywords = ["sequence", "dialogue", "quest", "scripting", "gamedev"]
categories = ["game-development", "data-structures"]
readme = "README.md"
exclude = [".github/", "art/", "RELEASING.md", "deny.toml"]
[package.metadata.docs.rs]
all-features = true
[features]
default = ["std"]
std = []
[lints.rust]
missing_docs = "warn"
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
single_match_else = "allow"