# 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 = "goban" version = "0.18.1" authors = ["Samuel Batissou "] description = "Library for Go move generation and Go ruling." readme = "README.md" keywords = [ "go", "game", "baduk", "igo", "move_generation", ] license = "MIT" repository = "https://github.com/Sagebati/goban" [profile.bench] debug = true debug-assertions = false [[bench]] name = "perft" harness = false [[bench]] name = "deadstones" harness = false required-features = ["deadstones"] [dependencies.arrayvec] version = "^0.7.2" [dependencies.bitflags] version = "^1.3" [dependencies.getset] version = "0.1.2" [dependencies.hash_hasher] version = "^2.0.3" [dependencies.oxymcts] version = "0.1.0" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.sgf-parser] version = "^2.6" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [features] deadstones = [ "rand", "oxymcts", ] history = [] [badges.gitlab] repository = "Sabati/goban" [badges.maintenance] status = "actively-developed"