# 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 = "chessagon" version = "0.1.0" authors = ["Odilf "] description = "Hexagonal chess" homepage = "https://chessagon.odilf.com" license = "GPL-3.0-or-later" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.chic] version = "1.2.2" [dependencies.derive_more] version = "0.99.17" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.js-sys] version = "0.3.61" [dependencies.once_cell] version = "1.18.0" [dependencies.peg] version = "0.8.1" [dependencies.thiserror] version = "1.0.48" [dependencies.wasm-bindgen] version = "0.2.87" optional = true [features] default = ["wasm"] wasm = ["dep:wasm-bindgen"]