# 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 = "fenris-quadrature" version = "0.0.4" authors = ["Andreas Longva"] description = "Quadrature rules for finite element applications" license = "MIT OR Apache-2.0" repository = "https://github.com/InteractiveComputerGraphics/fenris" resolver = "2" [package.metadata.docs.rs] features = ["doc-images"] [dependencies.embed-doc-image] version = "0.1.4" optional = true [dev-dependencies.matrixcompare] version = "0.3.0" [dev-dependencies.nalgebra] version = "0.31" [build-dependencies.polyquad-parse] version = "0.1" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0.9" [features] doc-images = ["embed-doc-image"]