# 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 = "wmath" version = "0.3.8" authors = [ "Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko ", ] description = """ Math library aggregating several math modules. """ homepage = "https://github.com/Wandalen/wMath/tree/master/module/rust/wmath" documentation = "https://docs.rs/wmath" readme = "Readme.md" keywords = [ "fundamental", "general-purpose", "testing", ] categories = [ "algorithms", "development-tools", ] license = "MIT" repository = "https://github.com/Wandalen/wMath/tree/master/module/rust/wmath" resolver = "2" [package.metadata.docs.rs] all-features = true include = [ "/rust/impl/math", "/Cargo.toml", "/Readme.md", "/License", ] [lib] name = "wmath" path = "rust/impl/math/wmath_lib.rs" [[example]] name = "wmath_trivial_sample" path = "../../../sample/rust/wmath_trivial_sample/src/main.rs" [[test]] name = "wmath_test" path = "rust/test/math/wmath_lib_test.rs" [dependencies.math_adapter] version = "~0.3" [dependencies.meta_tools] version = "~0.2" [dev-dependencies.test_tools] version = "~0.1" [features] cgmath = ["math_adapter/cgmath"] cgmath_ops = [ "cgmath", "math_adapter/cgmath_ops", ] default = ["use_std"] default_ops = ["math_adapter/default_ops"] full = [ "use_std", "use_alloc", ] nalgebra = ["math_adapter/nalgebra"] nalgebra_ops = [ "nalgebra", "math_adapter/nalgebra_ops", ] use_alloc = [] use_std = [] winit = ["math_adapter/winit"]