# 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 = "rcuber" version = "0.7.20" authors = ["Adun Gaos "] description = "crate for rubiks cube and solver (LBL, CFOP, Roux, min2phase)" readme = "README.md" keywords = [ "rubiks-cube", "cfop", "lbl", "roux", "min2phase", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/adungaos/rcuber" [profile.dev] opt-level = 1 [lib] bench = false [[bin]] name = "rcuber" bench = false [[bench]] name = "bench_solver" harness = false [dependencies.crossterm] version = "0.27.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.static_init] version = "1.0.3" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.criterion] version = "0.5.1" [features] default = ["term"] term = ["crossterm"]