epanet-sys 2.3.0

Raw FFI bindings to the EPANET 2.3 water distribution network simulator
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 = "epanet-sys"
version = "2.3.0"
build = "build.rs"
links = "epanet2"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the EPANET 2.3 water distribution network simulator"
readme = "README.md"
keywords = [
    "epanet",
    "water",
    "hydraulics",
    "ffi",
    "sys",
]
categories = [
    "external-ffi-bindings",
    "science",
]
license = "MIT"
repository = "https://github.com/cameron-devine/epanet-sys"

[features]
default = ["static-link"]
dynamic-link = []
static-link = []

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

[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.cmake]
version = "0.1.57"