File: Cargo.toml.in

package info (click to toggle)
corosync 3.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,352 kB
  • sloc: ansic: 44,919; sh: 11,532; makefile: 647
file content (16 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"