scirs2-python 0.3.3

Python bindings for SciRS2 - A comprehensive scientific computing library in Rust (SciPy alternative)
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"
rust-version = "1.70"
name = "scirs2-python"
version = "0.3.3"
authors = ["COOLJAPAN OU (Team KitaSan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for SciRS2 - A comprehensive scientific computing library in Rust (SciPy alternative)"
homepage = "https://github.com/cool-japan/scirs"
documentation = "https://docs.rs/scirs2-python"
readme = "README.md"
keywords = [
    "scientific",
    "python",
    "numpy",
    "scipy",
    "machine-learning",
]
categories = [
    "science",
    "mathematics",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/scirs"

[features]
autograd = []
cluster = []
datasets = []
default = [
    "cluster",
    "series",
    "linalg",
    "stats",
    "fft",
    "optimize",
    "special",
    "integrate",
    "interpolate",
    "signal",
    "spatial",
    "sparse",
    "ndimage",
    "graph",
    "metrics",
    "io",
    "datasets",
    "transform",
    "text",
    "vision",
    "autograd",
    "neural",
    "oxifft",
    "random",
]
fft = []
full = [
    "cluster",
    "series",
    "linalg",
    "stats",
    "fft",
    "optimize",
    "special",
    "integrate",
    "interpolate",
    "signal",
    "spatial",
    "sparse",
    "ndimage",
    "graph",
    "metrics",
    "io",
    "datasets",
    "transform",
    "text",
    "vision",
    "autograd",
    "neural",
    "oxifft",
]
gpu = ["scirs2-core/gpu"]
graph = ["random"]
integrate = []
interpolate = []
io = []
linalg = []
metrics = []
ndimage = []
neural = []
optimize = []
oxifft = ["scirs2-fft/oxifft"]
parallel = ["scirs2-core/parallel"]
random = ["scirs2-core/random"]
series = []
signal = []
simd = ["scirs2-core/simd"]
sparse = []
spatial = []
special = []
stats = []
text = []
transform = []
vision = []

[lib]
name = "scirs2"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.image]
version = "0.25.10"

[dependencies.ndarray]
version = "0.17.2"
features = [
    "std",
    "serde",
    "rayon",
    "approx",
]
default-features = false

[dependencies.pyo3]
version = "0.28.2"
features = ["macros"]
default-features = false

[dependencies.pyo3-async-runtimes]
version = "0.28.0"
features = ["tokio-runtime"]
default-features = false

[dependencies.rayon]
version = "1.11.0"

[dependencies.scirs2-autograd]
version = "0.3.3"

[dependencies.scirs2-cluster]
version = "0.3.3"
features = ["python"]

[dependencies.scirs2-core]
version = "0.3.3"
features = [
    "python",
    "array",
    "serialization",
]
default-features = false

[dependencies.scirs2-datasets]
version = "0.3.3"
default-features = false

[dependencies.scirs2-fft]
version = "0.3.3"
features = [
    "python",
    "oxifft",
]
default-features = false

[dependencies.scirs2-graph]
version = "0.3.3"

[dependencies.scirs2-integrate]
version = "0.3.3"
default-features = false

[dependencies.scirs2-interpolate]
version = "0.3.3"
default-features = false

[dependencies.scirs2-io]
version = "0.3.3"

[dependencies.scirs2-linalg]
version = "0.3.3"
features = ["python"]
default-features = false

[dependencies.scirs2-metrics]
version = "0.3.3"
default-features = false

[dependencies.scirs2-ndimage]
version = "0.3.3"

[dependencies.scirs2-neural]
version = "0.3.3"

[dependencies.scirs2-numpy]
version = "0.3.3"

[dependencies.scirs2-optimize]
version = "0.3.3"
features = ["python"]
default-features = false

[dependencies.scirs2-series]
version = "0.3.3"
features = ["python"]

[dependencies.scirs2-signal]
version = "0.3.3"
default-features = false

[dependencies.scirs2-sparse]
version = "0.3.3"

[dependencies.scirs2-spatial]
version = "0.3.3"

[dependencies.scirs2-special]
version = "0.3.3"
default-features = false

[dependencies.scirs2-stats]
version = "0.3.3"
features = ["python"]
default-features = false

[dependencies.scirs2-text]
version = "0.3.3"

[dependencies.scirs2-transform]
version = "0.3.3"

[dependencies.scirs2-vision]
version = "0.3.3"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]