# 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 = "series" version = "0.13.0" authors = ["Andreas Maier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Laurent series in a single variable" readme = "Readme.md" keywords = [ "math", "algebra", ] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/a-maier/series-rust" [lib] name = "series" path = "src/lib.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.elsa] version = "1.10" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_pcg] version = "0.3" [dev-dependencies.rug] version = "1.5"