hyperball 0.1.1

Hyperbolic geometry: Poincare ball, Lorentz model, Mobius operations
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"
rust-version = "1.75"
name = "hyperball"
version = "0.1.1"
authors = ["Arc <attobop@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hyperbolic geometry: Poincare ball, Lorentz model, Mobius operations"
documentation = "https://docs.rs/hyperball"
readme = "README.md"
keywords = [
    "hyperbolic",
    "poincare",
    "lorentz",
    "embeddings",
    "geometry",
]
categories = [
    "algorithms",
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/hyperball"

[features]
default = ["ndarray"]
ndarray = ["dep:ndarray"]
simd = ["dep:innr"]

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

[[example]]
name = "distortion_vs_dimension"
path = "examples/distortion_vs_dimension.rs"
required-features = ["ndarray"]

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

[[example]]
name = "hierarchy_recovery"
path = "examples/hierarchy_recovery.rs"
required-features = ["ndarray"]

[[example]]
name = "lorentz_basics"
path = "examples/lorentz_basics.rs"
required-features = ["ndarray"]

[[example]]
name = "lorentz_sgd"
path = "examples/lorentz_sgd.rs"
required-features = ["ndarray"]

[[example]]
name = "poincare_basics"
path = "examples/poincare_basics.rs"
required-features = ["ndarray"]

[[example]]
name = "poincare_sgd"
path = "examples/poincare_sgd.rs"
required-features = ["ndarray"]

[[example]]
name = "taxonomy_embedding"
path = "examples/taxonomy_embedding.rs"
required-features = ["ndarray"]

[[example]]
name = "tree_embedding"
path = "examples/tree_embedding.rs"
required-features = ["ndarray"]

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

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

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

[dependencies.innr]
version = "0.1.0"
optional = true

[dependencies.ndarray]
version = "0.16"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.skel]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.approx]
version = "0.5"

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

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

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rand_chacha]
version = "0.9"