rsomics-local-efficiency 0.1.1

Local efficiency of an undirected graph (port of networkx.local_efficiency)
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.91"
name = "rsomics-local-efficiency"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local efficiency of an undirected graph (port of networkx.local_efficiency)"
readme = "README.md"
keywords = [
    "graph",
    "efficiency",
    "bioinformatics",
    "network",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/omics-rust/rsomics-local-efficiency"

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

[[bin]]
name = "rsomics-local-efficiency"
path = "src/main.rs"

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

[[bench]]
name = "local_efficiency"
path = "benches/local_efficiency.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]