[package]
name = "icebug"
version = "12.9.0"
edition = "2021"
description = "Rust bindings for Icebug graph analytics"
license = "MIT"
repository = "https://github.com/Ladybug-Memory/icebug-rust"
homepage = "https://github.com/Ladybug-Memory/icebug"
documentation = "https://docs.rs/icebug"
keywords = ["graph", "analytics", "arrow", "bindings", "networkit"]
categories = ["api-bindings", "algorithms", "science"]
include = [
"/Cargo.toml",
"/README.md",
"/build.rs",
"/include",
"/scripts/download-icebug.sh",
"/src",
"/tests",
]
links = "networkit"
[dependencies]
arrow-array = "56"
arrow-buffer = "56"
cxx = "1"
[build-dependencies]
cc = "1"
cxx-build = "1"
pkg-config = "0.3"
[dev-dependencies]
tempfile = "3"