mirror_corosync/bindings/rust/Cargo.toml.in
Christine Caulfield 4e683699b9 rust: Update to latest standards
Updating to Rust 2021 is a no-op (but worth doing for future),
I've also taken this opportunity to use the latest bitflags crate.

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
2024-10-31 11:00:35 +01:00

17 lines
443 B
TOML

[package]
name = "rust-corosync"
version = "@corosyncrustver@"
authors = ["Christine Caulfield <ccaulfie@redhat.com>"]
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/corosync/corosync/"
description = "Rust bindings for corosync libraries"
categories = ["api-bindings"]
keywords = ["cluster", "high-availability"]
[dependencies]
lazy_static = "1.4.0"
num_enum = "0.5.4"
bitflags = "2.6.0"