# 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 = "cube-rotations" version = "1.0.0" authors = ["froderick "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Models the rotations that can happen on a cube without changing the set of planes to which its faces are parallel." homepage = "https://github.com/DoubleHyphen/cube-rotations" documentation = "https://docs.rs/cube-rotations/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DoubleHyphen/cube-rotations" [lib] name = "cube_rotations" path = "src/lib.rs" [dev-dependencies.nalgebra] version = "0.31.2" [dev-dependencies.rand] version = "0.8.5"