# 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 = "maidenx" version = "0.0.5" authors = ["Han Damin "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "CUDA implementation for Maiden Engine" documentation = "https://docs.rs/maidenx" readme = "README.md" keywords = [ "cuda", "gpu", "maiden", ] categories = [ "science", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/miniex/maidenx" [lib] name = "maidenx" path = "src/lib.rs" [[example]] name = "device_benchmark" path = "examples/device/device_benchmark.rs" [[example]] name = "module_builder" path = "examples/nn/module_builder.rs" [[example]] name = "nn_linear" path = "examples/nn/nn_linear.rs" [[example]] name = "tensor_basic" path = "examples/tensor/tensor_basic.rs" [[example]] name = "tensor_mat_mul" path = "examples/tensor/tensor_mat_mul.rs" [dependencies.maidenx_internal] version = "0.0.5" [features] cuda = ["maidenx_internal/cuda"] full = ["maidenx_internal/full"]