# 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" rust-version = "1.67.0" name = "faer-entity" version = "0.19.2" authors = ["sarah <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Basic linear algebra routines" readme = "README.md" keywords = [ "math", "matrix", "linear-algebra", ] license = "MIT" repository = "https://github.com/sarah-ek/faer-rs/" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [lib] name = "faer_entity" path = "src/lib.rs" [dependencies.bytemuck] version = "1" default-features = false [dependencies.coe-rs] version = "0.1" [dependencies.libm] version = "0.2" [dependencies.num-complex] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.pulp] version = "0.18.22" default-features = false [dependencies.reborrow] version = "0.5" [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] nightly = ["pulp/nightly"] std = ["pulp/std"]