# 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 = "ricochetrobots" version = "0.0.0" authors = ["Kevin Cox "] default-run = "solve" description = "A game for modeling and solving Ricochet Robots puzzles." homepage = "https://gitlab.com/kevincox/ricochetrobots" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/kevincox/ricochetrobots" [profile.release] lto = true codegen-units = 1 [lib] crate-type = [ "cdylib", "rlib", ] [[test]] name = "solutions" harness = false [[bench]] name = "quick" harness = false [[bench]] name = "solve" harness = false [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.serde] version = "1.0.152" [dependencies.serde-wasm-bindgen] version = "0.5.0" [dependencies.serde_derive] version = "1.0.152" [dependencies.wasm-bindgen] version = "0.2.83" features = ["serde-serialize"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.difference] version = "2.0.0"