# 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 = "llml" version = "0.2.3" description = "Implementation of basic math data types with high level frontend and low level backend" readme = "README.md" keywords = ["sse", "instrinsics", "simd", "neon", "math"] categories = ["data-structures", "hardware-support", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/Aandreba/llml" resolver = "2" [[bench]] name = "vec3" harness = false [dependencies.bytemuck] version = "1.7.3" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.derive_more] version = "0.99.17" [dependencies.rand] version = "0.8.4" optional = true [dependencies.randerive] version = "1.2.0" optional = true [dependencies.serde] version = "1.0.132" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0" [features] llml_rand = ["rand", "randerive"] llml_serde = ["serde", "bytemuck"]