# 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 = "2018" name = "cubesim" version = "0.0.7" authors = ["Vincent Wong "] description = "Rubik's Cube simulation and solving library." keywords = ["rubiks", "cube", "rubiks_cube"] license = "MIT" repository = "https://github.com/V-Wong/CubeSimRS/" [[bench]] name = "facelet_cube" harness = false [[bench]] name = "geometric_cube" harness = false [[bench]] name = "thistlethwaite" harness = false [dependencies.cached] version = "0.24.0" [dependencies.cgmath] version = "0.18.0" [dependencies.derive_more] version = "0.99.16" [dependencies.lazy_static] version = "1.4.0" [dependencies.rustc-hash] version = "1.1.0" [dev-dependencies.clippy] version = "0.0.302" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.test-case] version = "1.2.0"