[package] name = "polyrec" version = "0.0.1" edition = "2021" authors = ["Abdelhamid Bakhta <@abdelhamidbakhta>"] description = "polyrec: a polynomial reconstruction library, blazing fast ⚡ and written in Rust 🦀" homepage = "https://github.com/abdelhamidbakhta/polyrec-rs" repository = "https://github.com/abdelhamidbakhta/polyrec-rs" readme = "./README.md" license = "MIT" [dependencies] [dev-dependencies] criterion = "0.4.0" [dev-dependencies.cargo-husky] version = "1.5.0" default-features = false features = [ "precommit-hook", "run-for-all", "run-cargo-clippy", "run-cargo-fmt", ] [[bench]] name = "polyrec_benchmark" harness = false