# 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 = "math_adapter" version = "0.3.8" authors = [ "Kostiantyn Wandalen ", "Volodymyr M. ", "Dmytro Kryvoruchko ", ] build = "rust/impl/math/math_adapter_build.rs" description = """ Collection of math adapters to decouple your application from math libraries' implementations and to provide both inter-libraries compatibility and affordable exchangeability. """ 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 = "math_adapter" path = "rust/impl/math/math_adapter_lib.rs" [[example]] name = "math_adapter_trivial_sample" path = "../../../sample/rust/math_adapter_trivial_sample/src/main.rs" [[example]] name = "math_adapter_operators_sample" path = "../../../sample/rust/math_adapter_operators_sample/src/main.rs" [[example]] name = "math_adapter_interoperability_sample" path = "../../../sample/rust/math_adapter_interoperability_sample/src/main.rs" [[test]] name = "math_adapter_tests" path = "rust/test/math/math_adapter_tests.rs" [dependencies.cgmath] version = "~0" optional = true [dependencies.mem_tools] version = "~0.1" [dependencies.meta_tools] version = "~0.2" [dependencies.nalgebra] version = "~0" optional = true [dependencies.num-traits] version = "~0.2" [dependencies.winit] version = "~0" optional = true [dev-dependencies.test_tools] version = "~0.1" [build-dependencies.cfg_aliases] version = "~0.1" [features] cgmath_ops = ["cgmath"] default = ["use_std"] default_ops = [] full = [ "use_std", "use_alloc", ] nalgebra_ops = ["nalgebra"] use_alloc = [] use_std = []