[package] name = "polymath" version = "0.3.1" authors = ["Jackson Novak "] description = "Make math in Rust more powerful! (New math datatypes, traits, functions, etc...)" edition = "2021" license = "MIT" repository = "https://gitlab.com/oglo-crates/polymath" [profile.bench] lto = "thin" debug = 1 strip = false [profile.release] debug = 0 lto = true opt-level = 3 codegen-units = 1 strip = true [dependencies]