[package]
edition = "2024"
name = "gladius"
version = "1.0.0"
authors = ["Mads Ahlquist Jensen <madsaj10@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for writing typing-trainers"
readme = "README.md"
keywords = [
"typing-trainer",
"typing",
]
categories = [
"mathematics",
"algorithms",
]
license = "MIT"
repository = "https://github.com/mahlquistj/octotype"
[package.metadata.docs.rs]
rustdoc-args = [
"--html-in-header",
"./docs-header.html",
]
[lib]
name = "gladius"
path = "src/lib.rs"
[[bench]]
name = "math_benchmarks"
path = "benches/math_benchmarks.rs"
harness = false
[[bench]]
name = "statistics_benchmarks"
path = "benches/statistics_benchmarks.rs"
harness = false
[dependencies.simple-mermaid]
version = "0.2.0"
[dependencies.web-time]
version = "1.1.0"
[dev-dependencies.criterion]
version = "0.7.0"