# 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 = "2018" name = "vek" version = "0.17.0" authors = [ "Yoan Lecoq ", "Joshua Barretto ", "Sunjay Varma ", "timokoesters ", "Imbris ", "Patiga ", ] build = "build.rs" exclude = [ "ci/*", "appveyor.yml", ".travis.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience." documentation = "https://docs.rs/vek" readme = "README.md" keywords = [ "vector", "matrix", "simd", "quaternion", "bezier", ] categories = [ "algorithms", "data-structures", "no-std", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yoanlcq/vek" [lib] name = "vek" path = "src/lib.rs" [dependencies.approx] version = "0.5.0" default-features = false [dependencies.az] version = "1.1" optional = true default-features = false [dependencies.bytemuck] version = "1.7.2" optional = true [dependencies.image] version = "0.23" optional = true default-features = false [dependencies.mint] version = "0.5.4" optional = true [dependencies.num-integer] version = "0.1.44" default-features = false [dependencies.num-traits] version = "0.2.15" default-features = false [dependencies.serde] version = "1.0.171" features = ["derive"] optional = true default-features = false [build-dependencies.rustc_version] version = "0.4" [features] default = [ "repr_simd", "rgba", "rgb", "std", ] libm = ["num-traits/libm"] platform_intrinsics = [] repr_simd = [] rgb = [] rgba = [] std = [ "num-traits/std", "serde/std", ] uv = [] uvw = [] vec16 = [] vec32 = [] vec64 = [] vec8 = [] [badges.appveyor] repository = "yoanlcq/vek" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "yoanlcq/vek"