# 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 = "rofisys" version = "0.4.0" authors = [ " Mark V Raugas ", "Ryan D. Friese ", "Roberto Gioiosa ", ] build = "build.rs" links = "rofi" autobins = false autoexamples = false autotests = false autobenches = false description = "This system crate provides Rust language bindings (via the use of Bindgen) to the Rust-OFI library." readme = "README.md" keywords = [ "hpc", "network", "ditributed", "libfabrics", ] categories = [ "external-ffi-bindings", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/pnnl/rofi-sys" [lib] name = "rofisys" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies] [build-dependencies.autotools] version = "0.2.4" [build-dependencies.bindgen] version = "0.68.1" [build-dependencies.glob] version = "0.3.0" [build-dependencies.subprocess] version = "0.1.18" [features] shared = []