cartan-optim 0.1.7

Riemannian optimization algorithms for cartan: Riemannian gradient descent, conjugate gradient, trust region
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.85"
name = "cartan-optim"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Riemannian optimization algorithms for cartan: Riemannian gradient descent, conjugate gradient, trust region"
homepage = "https://cartan.sotofranco.dev"
documentation = "https://docs.rs/cartan-optim"
readme = false
keywords = [
    "optimization",
    "riemannian",
    "manifold",
    "gradient-descent",
    "trust-region",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/alejandro-soto-franco/cartan"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = [
    "cartan-core/alloc",
    "cartan-manifolds/alloc",
]
default = ["std"]
std = [
    "alloc",
    "cartan-core/std",
    "cartan-manifolds/std",
]

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

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

[dependencies.cartan-core]
version = "0.1"
default-features = false

[dependencies.cartan-manifolds]
version = "0.1"
default-features = false

[dependencies.libm]
version = "0.2"
default-features = false

[dev-dependencies.approx]
version = "0.5"
default-features = false

[dev-dependencies.nalgebra]
version = "0.33"
default-features = false

[dev-dependencies.rand]
version = "0.9"
default-features = false