# 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 = "pythagore" version = "0.8.3" description = "Mathematics tools for simple geometry" keywords = [ "maths", "geometry", "wasm", ] categories = [ "mathematics", "wasm", ] license-file = "LICENSE" repository = "https://github.com/Jujulego/pythagore" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.nalgebra] version = "0.32.3" [dependencies.num-traits] version = "0.2.15" [dependencies.wasm-bindgen] version = "0.2.87" optional = true [features] wasm = [ "wasm-point", "wasm-vector", ] wasm-point = [ "wasm-point-int", "wasm-point-real", ] wasm-point-int = ["dep:wasm-bindgen"] wasm-point-real = ["dep:wasm-bindgen"] wasm-vector = [ "wasm-vector-int", "wasm-vector-real", ] wasm-vector-int = ["dep:wasm-bindgen"] wasm-vector-real = ["dep:wasm-bindgen"]