[package] name = "bughouse" version = "0.0.11" authors = ["John Watson "] edition = "2018" description = "This is a bughouse (2v2 Chess) library for tracking game state and validating legal moves" rust = "1.52" homepage = "https://github.com/jrwats/bughouse" repository = "https://github.com/jrwats/bughouse" readme = "README.md" keywords = ["bughouse", "chess", "move", "generator", "validator"] license = "MIT" [dependencies] chess = "3.2.0" lazy_static = "1.4.0" thiserror = "1.0"