ratio-graph 0.23.2

Ratio's graph manipulation library.
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 = "ratio-graph"
version = "0.23.2"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "src/datasets/*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ratio's graph manipulation library."
homepage = "https://gitlab.com/ratio-case-os/rust/ratio-case/-/tree/main/ratio-graph"
readme = "README.md"
keywords = [
    "graph",
    "algorithms",
    "mathematics",
]
categories = [
    "algorithms",
    "mathematics",
    "science",
]
license = "MPL-2.0"
repository = "https://gitlab.com/ratio-case-os/rust/ratio-case.git"

[package.metadata.workspaces]
independent = true

[features]
default = ["serde"]
serde = [
    "dep:serde",
    "uuid/serde",
]

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

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

[dependencies.nalgebra]
version = "0.34.1"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]
optional = true

[dependencies.serde_json]
version = "1.0.149"

[dependencies.snafu]
version = "0.8.9"

[dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "v4",
]

[dev-dependencies.pretty_assertions]
version = "1.4.1"