# 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 = "cubes" version = "4.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Applications for determining how to put a cube together." homepage = "https://github.com/dcampbell24/cubes" documentation = "https://docs.rs/cubes" readme = "README.md" keywords = ["cubes"] categories = [ "mathematics", "rendering::data-formats", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dcampbell24/cubes/tree/master/cubes-rs" [lib] name = "cubes" path = "src/lib.rs" [[bin]] name = "cubes_input" path = "src/bin/cubes_input.rs" [[bin]] name = "cubes_solve" path = "src/bin/cubes_solve.rs" [[bench]] name = "cubes_benchmark" path = "benches/cubes_benchmark.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.criterion] version = "0.5" features = ["html_reports"] [dependencies.directories] version = "5" [dependencies.env_logger] version = "0.11" [dependencies.iced] version = "0.12" [dependencies.log] version = "0.4" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [build-dependencies.directories] version = "4"