byregot 0.5.0

Byregot is yet another simulation library for crafting in FINAL FANTASY XIV, heavily inspired by the Teamcraft simulator.
Documentation
[[bench]]
harness = false
name = "craft_sim_benchmark"
path = "benches/craft_sim_benchmark.rs"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.seq-macro]
version = "0.3"

[dependencies.strum]
features = ["derive"]
version = "0.26"

[dev-dependencies.criterion]
version = "0.5"

[lib]
name = "byregot"
path = "src/lib.rs"

[package]
authors = ["ff14wed"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Byregot is yet another simulation library for crafting in FINAL FANTASY XIV, heavily inspired by the Teamcraft simulator."
edition = "2021"
homepage = "https://github.com/ff14wed/byregot"
keywords = ["ffxiv", "ff14"]
license = "MIT"
name = "byregot"
readme = "README.md"
repository = "https://github.com/ff14wed/byregot"
version = "0.5.0"