[package]
edition = "2021"
name = "oxygenlance"
version = "1.0.3"
authors = ["Rimi Kanokawa <rimi@rimin.moe>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple crate to run BF Joust matches in Rust."
documentation = "https://docs.rs/oxygenlance/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Lymia/oxygenlance"
[lib]
name = "oxygenlance"
path = "src/lib.rs"
[[example]]
name = "oxygenlance-cli"
path = "examples/oxygenlance-cli.rs"
[[test]]
name = "test_problematic"
path = "tests/test_problematic.rs"
[[test]]
name = "test_reference"
path = "tests/test_reference.rs"
[dependencies.rayon]
version = "1.10.0"
[dependencies.thiserror]
version = "2.0.18"
[dev-dependencies.anyhow]
version = "1.0.91"
[dev-dependencies.clap]
version = "4.5.20"
features = ["derive"]
[dev-dependencies.rayon]
version = "1.10.0"
[build-dependencies.cc]
version = "1.1.31"