# 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 = "pixel_map" version = "0.3.0" authors = ["Troy Kinsella"] description = "A map of pixels implemented by an MX quadtree." homepage = "https://github.com/DonkulosisLabs/pixel_map_rs" readme = "README.md" keywords = [ "pixel", "map", "image", "quadtree", "data-structure", ] categories = [ "data-structures", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DonkulosisLabs/pixel_map_rs" [[bench]] name = "set_pixel" harness = false [[bench]] name = "get_pixel" harness = false [[bench]] name = "visit" harness = false [dependencies.bevy_math] version = "^0.11.3" [dependencies.num-traits] version = "^0.2.16" [dependencies.serde] version = "^1.0.180" features = ["derive"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ron] version = "0.8" [features] serialize = [ "dep:serde", "bevy_math/serialize", ]