# 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 = "nutils-poly" version = "1.0.0" authors = ["Evalf "] description = "Low-level functions for evaluating and manipulating polynomials" readme = "README.md" keywords = ["polynomials"] categories = ["mathematics"] license = "MIT" repository = "https://github.com/nutils/poly-rs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "docs-header.html", ] [dependencies.ndarray] version = "0.15" [dependencies.num-traits] version = "0.2" [dependencies.sqnc] version = "1" features = ["ndarray"] [features] bench = []