# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rgmsh" version = "0.1.2" authors = ["Max Orok "] description = "Unofficial, opinionated Rust bindings to the Gmsh API" homepage = "https://github.com/mxxo/gmsh-rs" documentation = "https://mxxo.github.io/rgmsh/rgmsh/index.html" readme = "README.md" keywords = ["ffi", "Gmsh"] categories = ["api-bindings", "science", "simulation", "visualization"] license-file = "LICENSE.txt" [lib] name = "rgmsh" path = "src/lib.rs" [[bin]] name = "api_gen" path = "src/bin/api_gen.rs" [dependencies.gmsh-sys] version = "0.1.2" [dev-dependencies.criterion] version = "0.2" [badges.maintenance] status = "experimental"