zyx-optim 0.16.0

Zyx optimizers
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 = "zyx-optim"
version = "0.16.0"
authors = ["zk4x"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zyx optimizers"
homepage = "https://github.com/zk4x/zyx"
documentation = "https://docs.rs/zyx-optim"
readme = "README.md"
keywords = [
    "tensor",
    "deep-learning",
    "neural-network",
    "autodiff",
]
categories = [
    "computer-vision",
    "science",
]
license = "LGPL-3.0-only"
repository = "https://github.com/zk4x/zyx"

[badges.maintenance]
status = "experimental"

[features]
py = [
    "dep:pyo3",
    "zyx/py",
]

[lib]
name = "zyx_optim"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.pyo3]
version = "0.29.0"
optional = true

[dependencies.zyx]
version = "0.16.0"

[dependencies.zyx-derive]
version = "0.16.0"