# 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 = "polymesh_rw" version = "0.1.0" description = "A basic rust crate for reading and writing meshes and simulation data in the polymesh format used by OpenFOAM." readme = "readme.md" keywords = [ "CFD", "simulation", "OpenFOAM", "mesh", ] categories = [ "simulation", "science", "aerospace::simulation", ] license = "MIT" repository = "https://github.com/OscarFurst/polymesh_rw" [dependencies.indexmap] version = "2.2.6" [dependencies.nom] version = "7.1.3"