# 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 = "spaceindex" version = "0.3.0" authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"] description = "spaceindex" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dcchut/spaceindex" [dependencies.anyhow] version = "1.0" [dependencies.generational-arena] version = "0.2" [dependencies.image] version = "0.22" optional = true [dependencies.imageproc] version = "0.19" optional = true [dependencies.rand] version = "0.7" [dependencies.rustc-ap-graphviz] version = "645.0" optional = true [dependencies.thiserror] version = "1.0" [features] default = ["imagegen", "graphviz"] graphviz = ["rustc-ap-graphviz"] imagegen = ["image", "imageproc"]