[package] name = "byregot" version = "0.5.0" authors = ["ff14wed"] edition = "2021" license = "MIT" description = "Byregot is yet another simulation library for crafting in FINAL FANTASY XIV, heavily inspired by the Teamcraft simulator." homepage = "https://github.com/ff14wed/byregot" repository = "https://github.com/ff14wed/byregot" readme = "README.md" keywords = ["ffxiv", "ff14"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" rand_distr = "0.4.3" strum = { version = "0.26", features = ["derive"] } seq-macro = "0.3" [dev-dependencies] criterion = "0.5" [[bench]] name = "craft_sim_benchmark" harness = false