rgbisect 0.1.0

The recursive graph bisection algorithm suite compresses indexes or graphs via identifier reassignment.
Documentation
# 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 = "2024"
name = "rgbisect"
version = "0.1.0"
authors = [
    "Joel Mackenzie <joelmmackenzie@gmail.com>",
    "Antonio Mallia",
    "Alistair Moffat",
    "Matthias Petri",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The recursive graph bisection algorithm suite compresses indexes or graphs via identifier reassignment."
documentation = "https://docs.rs/rgbisect"
readme = "README.md"
keywords = [
    "recursive-bisection",
    "index-compression",
    "inverted-index",
    "graph",
    "ciff",
]
license = "MIT"
repository = "https://github.com/JMMackenzie/enhanced-graph-bisection"

[lib]
name = "rgbisect"
path = "src/lib.rs"

[[bin]]
name = "create-rgb"
path = "src/bin/create-rgb.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1.3.1"

[dependencies.byteorder]
version = "1"

[dependencies.indicatif]
version = "0.15"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.protobuf]
version = "2.14"

[dependencies.rand]
version = "0.7"

[dependencies.rayon]
version = "1.5.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.simplelog]
version = "0.8"

[dependencies.structopt]
version = "0.3"

[dependencies.thiserror]
version = "1.0"

[build-dependencies.protobuf-codegen-pure]
version = "2.14"