icebug 12.9.0

Rust bindings for Icebug graph analytics
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"