webgraph-cli 0.4.1

Command line interface for the Rust port of the WebGraph framework (http://webgraph.di.unimi.it/).
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"
rust-version = "1.85"
name = "webgraph-cli"
version = "0.4.1"
authors = [
    "Tommaso Fontana <tommaso.fontana.96@gmail.com>",
    "Sebastiano Vigna <sebastiano.vigna@unimi.it>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "webgraph"
description = "Command line interface for the Rust port of the WebGraph framework (http://webgraph.di.unimi.it/)."
readme = "README.md"
keywords = [
    "graph",
    "compression",
    "codes",
    "webgraph",
]
categories = [
    "compression",
    "data-structures",
    "algorithms",
    "command-line-interface",
]
license = "Apache-2.0 OR LGPL-2.1-or-later"
repository = "https://github.com/vigna/webgraph-rs/"
resolver = "2"

[features]
be_bins = []
default = [
    "be_bins",
    "le_bins",
]
le_bins = []
slow_tests = []

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

[[bin]]
name = "webgraph"
path = "src/main.rs"

[[bin]]
name = "webgraph-dist"
path = "src/bin/webgraph-dist.rs"

[[bin]]
name = "webgraph-rank"
path = "src/bin/webgraph-rank.rs"

[[bin]]
name = "webgraph-sccs"
path = "src/bin/webgraph-sccs.rs"

[[test]]
name = "test_llp_pipeline"
path = "tests/test_llp_pipeline.rs"

[dependencies.anyhow]
version = "1.0.79"
features = ["backtrace"]

[dependencies.card-est-array]
version = "0.2.1"

[dependencies.clap]
version = "4.5.11"
features = [
    "derive",
    "string",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4.4.11"

[dependencies.common_traits]
version = "0.12.0"

[dependencies.dsi-bitstream]
version = "0.7.0"

[dependencies.dsi-progress-logger]
version = "=0.8.2"

[dependencies.env_logger]
version = "0.11.5"
features = [
    "auto-color",
    "regex",
]
default-features = false

[dependencies.epserde]
version = "0.12.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.java-properties]
version = "2.0.0"

[dependencies.jiff]
version = "0.2.5"

[dependencies.lender]
version = "0.6.0"

[dependencies.log]
version = "0.4.22"

[dependencies.mmap-rs]
version = "0.7.0"

[dependencies.predicates]
version = "3.1.2"

[dependencies.rand]
version = "0.10.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.sux]
version = "0.12.2"
features = [
    "epserde",
    "rayon",
    "mmap",
]

[dependencies.sysinfo]
version = ">=0.35.0,<0.37"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.value-traits]
version = "0.2.0"

[dependencies.webgraph]
version = "0.6.1"

[dependencies.webgraph-algo]
version = "0.6.1"

[dependencies.zmij]
version = "1.0.21"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.serde_json]
version = "1.0.137"

[build-dependencies.built]
version = "0.8"
features = ["git2"]

[build-dependencies.chrono]
version = "0.4.39"