zyx 0.15.2

Zyx machine learning library
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"
name = "zyx"
version = "0.15.2"
authors = ["zk4x"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zyx machine learning library"
homepage = "https://github.com/zk4x/zyx"
documentation = "https://docs.rs/zyx"
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]
default = []
py = ["dep:pyo3"]
time = []
wgpu = [
    "dep:wgpu",
    "dep:pollster",
]

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

[dependencies.half]
version = "1.8.3"
features = ["std"]
default-features = false

[dependencies.libloading]
version = "0.9.0"
features = ["std"]
default-features = false

[dependencies.nanoserde]
version = "0.2.1"
features = [
    "std",
    "binary",
    "json",
]
default-features = false

[dependencies.paste]
version = "1.0.15"

[dependencies.pollster]
version = "0.4.0"
optional = true
default-features = false

[dependencies.pyo3]
version = "0.28.3"
features = [
    "extension-module",
    "generate-import-lib",
]
optional = true

[dependencies.wgpu]
version = "29.0.1"
features = [
    "wgsl",
    "vulkan",
    "metal",
    "dx12",
    "spirv",
    "gles",
]
optional = true
default-features = false

[dev-dependencies.matrixmultiply]
version = "0.3"

[profile.dev]
opt-level = 0
lto = false
codegen-units = 16
debug = 0
debug-assertions = false
panic = "unwind"
overflow-checks = true
incremental = true
strip = false

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false
strip = true