[package] name = "polynomials" version = "0.2.4" authors = ["cargodog "] edition = "2018" description = "Tools to perform polynomial arithmetic and evaluation." license-file = "LICENSE" repository = "https://github.com/cargodog/polynomials" [dependencies] serde = { version = "1.0", features = ["derive"]}