oxygenlance 1.0.3

A simple crate to run BF Joust matches in Rust.
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"
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"