# 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 = "owlchess" version = "0.4.0" authors = ["Alexander Kernozhitsky "] description = "Yet another chess library for Rust" homepage = "https://github.com/alex65536/owlchess" readme = "README.md" keywords = [ "games", "chess", ] categories = [ "games", "parser-implementations", ] license = "MIT" repository = "https://github.com/alex65536/owlchess" resolver = "1" [[bench]] name = "chess" harness = false [dependencies.arrayvec] version = "0.7.2" [dependencies.owlchess_base] version = "0.4.0" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.owlchess_base] version = "0.4.0" [build-dependencies.rand_core] version = "0.6.4" [build-dependencies.rand_xoshiro] version = "0.6.0" [features] selftest = []