# 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 = "tokyodoves" version = "1.0.2" authors = ["Smooth Pudding "] description = "A library of an efficient board of Tokyo Doves and associated toolkits" homepage = "https://crates.io/crates/tokyodoves" documentation = "https://docs.rs/tokyodoves/" readme = "README.md" keywords = [ "bitboard", "tokyodoves", "boardgame", ] categories = ["game-engines"] license = "MIT" repository = "https://github.com/mat-der-D/tokyodoves" [package.metadata.docs.rs] all-features = true [dependencies.array-macro] version = "2.1.8" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.thiserror] version = "1.0.56" [features] analysis = ["game"] default = [] game = []