pire-dev 0.1.0

high performance cpu kernels
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 = "pire-dev"
version = "0.1.0"
authors = ["mert-kurttutan"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "high performance cpu kernels"
readme = false
keywords = [
    "high-performance",
    "math",
    "linear-algebra",
    "kernel",
]
license = "MIT"

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

[dependencies.half]
version = "2.4"
features = ["rand_distr"]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.8.5"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.once_cell]
version = "1.20"

[dependencies.rand]
version = "0.8.5"

[features]
default = []
mkl = []