# 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 = "rust-polynomial" version = "1.0.0-r" authors = ["calamarte"] description = "A lib to operate polynomials" homepage = "https://github.com/calamarte/Polynomial" documentation = "https://docs.rs/rust-polynomial" readme = "README.md" keywords = ["math"] license = "Unlicense" repository = "https://github.com/calamarte/Polynomial" [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = 3 debug = false [dependencies.num] version = "0.4.3"