# 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 = "prima" version = "0.5.3" authors = ["Fishykins "] description = "Generic 2D library used to handle graph structures and basic geometry." documentation = "https://docs.rs/prima" keywords = ["vector", "graph", "geometry", "pathing"] categories = ["algorithms", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/fishykins/prima" resolver = "2" [dependencies.glam] version = "0.20.0" [dependencies.image] version = "^0.23.6" optional = true [dependencies.imageproc] version = "^0.22.0" optional = true [dependencies.num] version = "^0.3.0" [dependencies.obj-rs] version = "^0.6.1" [dependencies.ordered-float] version = "^2.8.0" [dependencies.rand] version = "^0.7.3" [dependencies.rusttype] version = "^0.9.2" [features] default = ["rendering"] rendering = ["imageproc", "image"]