# 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-ext" version = "0.3.0" authors = ["sarah <>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "faer-rs API for interoperability with external libraries" readme = "README.md" keywords = [ "math", "matrix", "linear-algebra", ] license = "MIT" repository = "https://github.com/sarah-ek/faer-rs/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "katex-header.html", ] [lib] name = "faer_ext" path = "src/lib.rs" [dependencies.faer] version = "0.19.0" default-features = false [dependencies.nalgebra] version = "0.33" optional = true default-features = false [dependencies.ndarray] version = "0.16" optional = true default-features = false [dependencies.num-complex] version = "0.4.5" default-features = false [dependencies.polars] version = "0.40" features = ["lazy"] optional = true [dev-dependencies.nalgebra] version = "0.33" [features] default = [] nalgebra = ["dep:nalgebra"] ndarray = ["dep:ndarray"] polars = ["dep:polars"]