# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rusty-rubik" version = "0.1.2" authors = ["Brandon Lin "] description = "A crate providing interaction and solvers for the Rubik's Cube." readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/esqu1/Rusty-Rubik" [dependencies.bincode] version = "1.2.1" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.priority-queue] version = "1.0.0" [dependencies.regex] version = "1.3.9" [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0"