[package] name = "reason-othello" description = "An Othello library with a blazing fast bitboard." version = "0.1.0" repository = "https://github.com/maxwells-daemons/reason/" authors = ["Aidan Swope "] license = "MIT" edition = "2018" categories = ['game-engines'] keywords = ['othello', 'reversi', 'bitboard'] [lib] crate-type = ["cdylib", "lib"] [dependencies] packed_simd = { version = "0.3.4", package = "packed_simd_2" } derive_more = "0.99.13"