# 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 = "tensr" version = "0.1.0" authors = ["Toby Davis "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance, cross-platform, multi-backend tensor/array library for Rust" homepage = "https://github.com/Pencilcaseman/tensr" documentation = "https://docs.rs/tensr" readme = "README.md" keywords = [ "array", "tensor", "multidimensional", "ndarray", ] categories = [ "data-structures", "science", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Pencilcaseman/tensr" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" strip = true [lib] name = "tensr" path = "src/lib.rs" [dependencies.paste] version = "1.0" [dependencies.rayon] version = "1.10.0" [dependencies.tensr_proc_macros] version = "0.1.0" [dev-dependencies] [features] [lints.clippy.inline_always] level = "allow" priority = 1 [lints.clippy.missing_docs] level = "warn" priority = -2 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1