# 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] name = "lebedev_laikov" version = "0.1.0" authors = ["Phil Ruffwind "] build = "build.rs" exclude = [".gitignore"] description = "Lebedev–Laikov quadrature for numerical integration in spherical coordinates." documentation = "https://docs.rs/lebedev_laikov" readme = "README.md" keywords = [ "integration", "Lebedev", "Laikov", "quadrature", "spherical", ] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/Rufflewind/lebedev_laikov" [dependencies.libc] version = "0.2.21" [build-dependencies.gcc] version = "0.3.45"