graphica 1.2.1

Open-source multi-edge and mixed directional graph generation and canonization 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"
rust-version = "1.88"
name = "graphica"
version = "1.2.1"
authors = ["Ben Ruijl <ben@symbolica.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-source multi-edge and mixed directional graph generation and canonization library"
readme = "Readme.md"
keywords = [
    "graph",
    "canonization",
    "isomorphism",
    "multi-edge",
    "directed",
]
license = "MIT"
repository = "https://github.com/symbolica-dev/graphica"

[features]
bincode = [
    "dep:bincode",
    "dep:bincode-trait-derive",
]
serde = ["dep:serde"]

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

[dependencies.ahash]
version = "0.8.7"

[dependencies.bincode]
version = "2.0"
optional = true

[dependencies.bincode-trait-derive]
version = "0.1.0"
optional = true

[dependencies.dyn-clone]
version = "1.0"

[dependencies.numerica]
version = "1.2"

[dependencies.rand]
version = "0.9"

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