[package]
edition = "2021"
name = "whipplescript-parser"
version = "0.5.5"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and static checks for WhippleScript workflow source"
homepage = "https://github.com/GaugeWright/whipplescript"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/GaugeWright/whipplescript"
[lib]
name = "whipplescript_parser"
path = "src/lib.rs"
[dependencies.sha2]
version = "0.11"
[dependencies.whipplescript-core]
version = "0.5.5"
[dependencies.whipplescript-custody]
version = "0.5.5"
[build-dependencies.serde_json]
version = "1"
[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"
[lints.rust]
unsafe_code = "forbid"