[package] name = "myopic-board" version = "2.2.0" authors = ["Thomas Ball "] edition = "2018" license = "MIT" repository = "https://github.com/th0masb/myopic" description = "Representation of a chess board" readme = "README.md" include = [ "**/*.rs", "Cargo.toml", "README.md", ] [dependencies] myopic-core = "1.3.0" lazy_static = "1.2.0" itertools = "0.8" regex = "1" anyhow = "1.0.35"