Cargo.toml

Sat, 07 Dec 2024 21:52:43 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sat, 07 Dec 2024 21:52:43 -0500
changeset 53
60928f1440e0
parent 52
1d8e5731a4d3
child 54
cfd8d2304e9e
permissions
-rw-r--r--

Doc typofix

[package]
name = "non-riemannian-opt"
version = "0.1.0"
edition = "2021"
authors = ["Tuomo Valkonen <tuomov@iki.fi>", "Heikki von Koch <heikki.vonkoch@helsinki.fi>"]
description = "Simple optimisation experiments on non-Riemannian manifolds"
#homepage = ""
#repository = ""
#license-file = "LICENSE"
keywords = [
    "optimization",
    "manifold",
    "non-Riemannian",
    "forward-backward",
]
categories = ["mathematics", "science", "computer-vision"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies.alg_tools]
version = "~0.3.0-dev"
path = "../alg_tools"
default-features = false

[dependencies]
serde = { version = "1.0", features = ["derive"] }
colored = "~2.1.0"
image = "~0.25.5"
serde_repr = "0.1"

[build-dependencies]
regex = "~1.11.1"

mercurial