# 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 = "wotw_seedgen" version = "0.4.1" authors = [ "Sirius Ashling ", "Rikhardur Bjarni Einarsson ", ] description = "Seed Generator for the Ori and the Will of the Wisps Randomizer" readme = "README.md" license = "MIT" repository = "https://github.com/ori-community/wotw-seedgen" resolver = "1" [[bench]] name = "bench" harness = false [dependencies.ansi_term] version = "0.12.1" [dependencies.csv] version = "1.1" [dependencies.decorum] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" optional = true [dependencies.num_enum] version = "0.5" [dependencies.partition] version = "0.1" [dependencies.rand] version = "0.8.3" features = [ "std_rng", "alloc", ] [dependencies.rand_seeder] version = "0.2.2" [dependencies.regex] version = "1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.6.1" features = ["const_generics"] [dependencies.wotw_seedgen_derive] version = "0.1" [dev-dependencies.criterion] version = "0.3" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.syn] version = "1.0" features = ["full"] [build-dependencies.vergen] version = "8" features = [ "git", "gitoxide", ] [features] fs = []