[package] name = "blackpool" description = "Embedded programming language and domain-specific library for my Hornvale project." version = "0.2.0" edition = "2021" authors = ["Nathan Douglas "] license = "Unlicense" homepage = "https://ndouglas.github.io/hornvale/" repository = "https://github.com/ndouglas/hornvale/" documentation = "https://ndouglas.github.io/hornvale/" readme = "README.md" keywords = ["hornvale"] [lib] name = "blackpool" path = "src/lib.rs" [[bin]] name = "blackpool" path = "src/main.rs" [dependencies] assert_approx_eq = { workspace = true } cpu-time = { workspace = true } derivative = { workspace = true } derive_more = { workspace = true } function_name = { workspace = true } log = { workspace = true } pretty_env_logger = { workspace = true } serde = { workspace = true } thiserror = { workspace = true } volmark = { workspace = true } [dev-dependencies] regex = "1.5.4" test-generator = "0.3.0"