[package] name = "ncpig" version.workspace = true edition.workspace = true authors.workspace = true readme = "README.md" description = "Non-Cooperative Perfect Information Games, and algorithms to play them." repository.workspace = true documentation.workspace = true license.workspace = true keywords.workspace = true categories.workspace = true [dependencies] anyhow = "1.0.86" itertools.workspace = true log.workspace = true petgraph = "0.6.5" rand.workspace = true thiserror.workspace = true [dev-dependencies] criterion = "0.5.1" criterion-macro = "0.4.0" env_logger = "0.11.3" fickle = "0.2.1" ncpig-testing = { path = "../ncpig-testing" } textwrap = "0.16.1" [lib] bench = false