ricci 0.9.0

Graph neural network primitives: GCN and hyperbolic GCN on Burn tensors
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 = "2021"
name = "ricci"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph neural network primitives: GCN and hyperbolic GCN on Burn tensors"
homepage = "https://github.com/arclabs561/ricci"
documentation = "https://docs.rs/ricci"
readme = "README.md"
keywords = [
    "gnn",
    "graph",
    "neural-network",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/ricci"

[features]
default = []

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

[[example]]
name = "attention_bias_tropical"
path = "examples/attention_bias_tropical.rs"

[[example]]
name = "burn_poincare_smoke"
path = "examples/burn_poincare_smoke.rs"

[[example]]
name = "cora_node_classification"
path = "examples/cora_node_classification.rs"

[[example]]
name = "hgcn_smoke"
path = "examples/hgcn_smoke.rs"

[[example]]
name = "inductive_link_prediction"
path = "examples/inductive_link_prediction.rs"

[[example]]
name = "test_time_adapter"
path = "examples/test_time_adapter.rs"

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

[dependencies.burn]
version = "0.20.0"
features = ["std"]
default-features = false

[dependencies.burn-ndarray]
version = "0.20.0"
default-features = true

[dependencies.graphops]
version = "0.5"

[dependencies.lapl]
version = "0.1"

[dependencies.ndarray]
version = "0.16"

[dependencies.wass]
version = "0.2"

[dev-dependencies.burn]
version = "0.20.0"
features = [
    "std",
    "autodiff",
]
default-features = false

[dev-dependencies.hyperball]
version = "0.1"

[dev-dependencies.proptest]
version = "1.5"