-
Notifications
You must be signed in to change notification settings - Fork 477
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 1.01 KB
/
Cargo.toml
File metadata and controls
29 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Libfabric Rust Bindings.
#
# This software is available to you under a choice of one of two
# licenses. You may choose to be licensed under the terms of the BSD
# license or the GNU General Public License (GPL) Version 2.
#
# See COPYING file for full license details.
[workspace]
members = [
"bindings/rust"
]
resolver = "3"
[workspace.package]
version = "0.1.0"
edition = "2024"
description = "The official distribution of lightweight Rust bindings for Libfabric - a communication API for high-performance parallel and distributed applications, by the OFI Working Group."
authors = [
"Libfabric Developers <libfabric-users@lists.openfabrics.org>",
]
license = "BSD-2-Clause OR GPL-2.0-only"
license-file = "COPYING"
homepage = "https://ofiwg.github.io/libfabric/"
repository = "https://github.com/ofiwg/libfabric.git"
documentation = "https://ofiwg.github.io/libfabric/"
readme = "bindings/rust/README.md"
keywords = ["libfabric", "hpc", "networking", "rdma", "ffi"]
categories = ["network-programming", "api-bindings"]