# 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 = "geo-nd-wasm" version = "0.1.0" authors = ["Gavin J Stark"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WASM interface to the geo-nd library" homepage = "https://github.com/atthecodeface/geo-nd-wasm" documentation = "https://docs.rs/geo-nd" readme = "README.md" keywords = [ "geometry", "gamedev", "vector", "quaternion", "simd", ] categories = [ "wasm", "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atthecodeface/geo-nd-wasm" [lib] name = "geo_nd_wasm" path = "src/lib.rs" [dependencies.geo-nd] version = ">=0.5" [dependencies.wasm-bindgen] version = ">=0.2.92" [dependencies.web-sys] version = ">=0.3.40" features = ["console"]