# 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 = "byregot" version = "0.5.0" authors = ["ff14wed"] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" readme = "README.md" keywords = [ "ffxiv", "ff14", ] license = "MIT" repository = "https://github.com/ff14wed/byregot" [lib] name = "byregot" path = "src/lib.rs" [[bench]] name = "craft_sim_benchmark" path = "benches/craft_sim_benchmark.rs" harness = false [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.seq-macro] version = "0.3" [dependencies.strum] version = "0.26" features = ["derive"] [dev-dependencies.criterion] version = "0.5"