oxygraph 0.2.7

Algorithms and structures on ecological graphs.
Documentation
[dependencies.calm_io]
version = "0.1.1"

[dependencies.csv]
version = "1.3.1"

[dependencies.itertools]
version = "0.13.0"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.petgraph]
version = "0.6.5"

[dependencies.rand]
version = "0.9.0-alpha.2"

[dependencies.serde]
version = "1.0.214"

[dependencies.serde_derive]
version = "1.0.214"

[dependencies.thiserror]
version = "2.0.3"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "science"]
description = """
Algorithms and structures on ecological graphs.
"""
documentation = "https://docs.rs/oxygraph"
edition = "2021"
homepage = "https://github.com/Euphrasiologist/oxygraphis/tree/main/oxygraph"
keywords = ["graph", "ecology", "bipartite"]
license = "MIT"
name = "oxygraph"
readme = "README.md"
repository = "https://github.com/Euphrasiologist/oxygraphis/tree/main/oxygraph"
version = "0.2.7"