# 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 = "higher_order_point" version = "0.1.1" authors = ["Sven Nilsen "] exclude = ["images/*"] description = "An experimental higher order data structure for 3D points" homepage = "https://github.com/advancedresearch/higher_order_point" documentation = "https://docs.rs/advancedresearch-higher_order_point" readme = "README.md" keywords = ["advancedresearch", "higher", "order", "point"] license = "MIT" repository = "https://github.com/advancedresearch/higher_order_point.git" [lib] name = "higher_order_point" [dependencies.advancedresearch-higher_order_core] version = "0.1.1" [dev-dependencies.camera_controllers] version = "0.31.0" [dev-dependencies.piston] version = "0.49.0" [dev-dependencies.piston2d-graphics] version = "0.34.0" [dev-dependencies.piston2d-opengl_graphics] version = "0.68.0" [dev-dependencies.pistoncore-sdl2_window] version = "0.63.0" [dev-dependencies.vecmath] version = "1.0.0"