optirs 0.3.2

OptiRS - Advanced ML optimization and hardware acceleration library (main integration crate)
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 = "optirs"
version = "0.3.2"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OptiRS - Advanced ML optimization and hardware acceleration library (main integration crate)"
readme = "README.md"
keywords = [
    "optimization",
    "machine-learning",
    "gpu",
    "tpu",
    "neural-architecture",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/optirs"

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

[features]
bench = ["dep:optirs-bench"]
core = []
default = ["core"]
full = [
    "gpu",
    "tpu",
    "learned",
    "nas",
    "bench",
]
gpu = ["dep:optirs-gpu"]
learned = ["dep:optirs-learned"]
nas = ["dep:optirs-nas"]
tpu = ["dep:optirs-tpu"]

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

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

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

[dependencies.optirs-bench]
version = "0.3.2"
optional = true

[dependencies.optirs-core]
version = "0.3.2"

[dependencies.optirs-gpu]
version = "0.3.2"
optional = true

[dependencies.optirs-learned]
version = "0.3.2"
optional = true

[dependencies.optirs-nas]
version = "0.3.2"
optional = true

[dependencies.optirs-tpu]
version = "0.3.2"
optional = true

[dependencies.scirs2-core]
version = "0.6.5"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.thiserror]
version = "2.0.18"

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

[lints.rust]