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