# 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 = "magpie" version = "0.11.1" authors = ["Emil Englesson "] build = "build/build.rs" exclude = [".github/**"] description = "Reasonably efficient Othello library built with bitboards" readme = "README.md" keywords = [ "othello", "reversi", "bitboard", ] categories = [ "algorithms", "game-engines", ] license = "MIT" repository = "https://github.com/LimeEng/magpie/" [profile.test] opt-level = 3 [[example]] name = "serde" required-features = ["serde"] [[test]] name = "serde" required-features = ["serde"] [[bench]] name = "othello_board" harness = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.4" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.paste] version = "1.0" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0"