[package] name = "boys" version = "0.1.0" authors = ["Eric Berquist "] description = "Different algorithms for calculating the Boys function" repository = "https://github.com/berquist/boys" license-file = "LICENSE" readme = "README.md" categories = ["science"] keywords = ["Chemistry"] edition = "2018" [dependencies] GSL = "6.0.0" [dev-dependencies] criterion = "0.3" [[bench]] name = "boys_benchmark" harness = false