[package] name = "rust-polynomial" version = "1.0.0-r" authors = ["calamarte"] description = "A lib to operate polynomials" homepage = "https://github.com/calamarte/Polynomial" repository = "https://github.com/calamarte/Polynomial" documentation = "https://docs.rs/rust-polynomial" edition = "2021" license = "Unlicense" keywords = ["math"] [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = 3 debug = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.3"