# 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 = "hexchess" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust / TypeScript library for GliƄski's hexagonal chess, and the brain of hexchess.club" homepage = "https://github.com/scottbedard/hexchess.rs" readme = "README.md" license = "MIT" repository = "https://github.com/scottbedard/hexchess.rs" [lib] name = "hexchess" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "hexchess" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.exitcode] version = "1.1.2" [dependencies.js-sys] version = "0.3.67" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.0" [dependencies.serde_json] version = "1.0.112" [dependencies.tsify] version = "0.4.5" [dependencies.wasm-bindgen] version = "0.2.87" [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [features] default = ["console_error_panic_hook"]