precice 3.3.1

Rust bindinds for precice
Documentation
# 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 = "precice"
version = "3.3.1"
authors = ["Frédéric Simonis (fsimonis)"]
build = "build.rs"
links = "precice"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindinds for precice"
homepage = "https://precice.org"
documentation = "https://precice.org/installation-bindings-rust"
readme = "README.md"
keywords = [
    "parallel",
    "bindings",
    "pyhsics",
    "multi-physics",
    "mpi",
]
categories = [
    "science",
    "simulation",
    "external-ffi-bindings",
]
license = "LGPL-3.0-or-later"
repository = "https://github.com/precice/rust-bindings"

[lib]
name = "precice"
path = "src/lib.rs"

[[example]]
name = "solverdummy"
path = "examples/solverdummy/main.rs"

[dependencies.cxx]
version = "1.0"

[build-dependencies.cxx-build]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.semver]
version = "1"