# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wordfeud-solver" version = "0.3.1" authors = ["Joep Jansen "] description = "A Rust library to evaluate all possible moves given a wordfeud board and rack." readme = "../README.md" license = "MIT OR Apache-2.0" [[bench]] name = "bench_wordlist" harness = false [[bench]] name = "bench_board" harness = false [dependencies.bincode] version = "1.3" optional = true [dependencies.bitintr] version = "0.3" optional = true [dependencies.multiset] version = "0.0.5" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tinyvec] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.3" [features] default = ["rayon"] [target."cfg(target_arch = \"x86_64\")".dependencies.bitintr] version = "0.3"