# 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] name = "chess-move-gen" version = "0.8.2" authors = ["Peter Ellis Jones "] include = ["src/**/*.rs", "Cargo.toml", "LICENSE.txt"] description = "Fast chess move generation library. Uses SIMD for fast sliding piece move generation" homepage = "https://github.com/peterellisjones/rust_move_gen" keywords = ["chess"] categories = ["game-engines"] license = "MIT" repository = "https://github.com/peterellisjones/rust_move_gen.git" [profile.dev] opt-level = 1 debug = true [profile.release] opt-level = 3 debug = false [profile.test] opt-level = 1 [lib] path = "src/lib.rs" [dependencies.num_cpus] version = "1.13.0" [dependencies.packed_simd] version = "0.3.4" package = "packed_simd_2" [dependencies.rand] version = "0.7.3" [dependencies.threadpool] version = "1.8.1" [dev-dependencies.unindent] version = "0.1.7"