onednn-src 0.1.13

Source of oneAPI Deep Neural Network Library (oneDNN)
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 = "onednn-src"
version = "0.1.13"
authors = ["Junpei Kawamoto <kawamoto.junpei@gmail.com>"]
build = "build.rs"
links = "dnnl"
include = [
    "/src",
    "build.rs",
    "LICENSE",
    "/oneDNN/cmake",
    "/oneDNN/include",
    "/oneDNN/src",
    "/oneDNN/examples/CMakeLists.txt",
    "/oneDNN/tests/CMakeLists.txt",
    "/oneDNN/third_party",
    "/oneDNN/CMakeLists.txt",
    "/oneDNN/LICENSE",
    "/oneDNN/README.binary.in",
    "/oneDNN/THIRD-PARTY-PROGRAMS",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Source of oneAPI Deep Neural Network Library (oneDNN)"
readme = "README.md"
keywords = [
    "deep-neural-networks",
    "deep-learning",
    "oneapi",
    "onednn",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/jkawamoto/onednn-src"

[features]
default = ["training"]
experimental = []
graph = []
inference = []
training = []
verbose = []

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

[build-dependencies.cmake]
version = "0.1"