# 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 = "dexterior" version = "0.2.0" authors = ["Mikael Myyrä "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Discrete Exterior Calculus toolkit" readme = "README.md" keywords = [ "dec", "simulation", ] categories = [ "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/m0lentum/dexterior" [lib] name = "dexterior" path = "src/lib.rs" [[example]] name = "membrane" path = "examples/membrane.rs" required-features = ["visuals"] [[example]] name = "plane_wave_2d" path = "examples/plane_wave_2d.rs" required-features = ["visuals"] [[example]] name = "scatterer_2d" path = "examples/scatterer_2d.rs" required-features = ["visuals"] [dependencies.dexterior-core] version = "0.2.0" [dependencies.dexterior-visuals] version = "0.2.0" optional = true [dependencies.nalgebra] version = "0.32.3" [features] default = [] visuals = ["dexterior-visuals"]