# 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 = "acme-tensor" version = "0.3.1" authors = ["FL03 (https://github.com/FL03)"] description = "A comprehensive tensor library for Rust with support for automatic-differentiation." homepage = "https://github.com/FL03/acme/wikis" readme = "README.md" keywords = [ "acme", "autodiff", "data-structure", "tensor", ] categories = [ "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/FL03/acme" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [dependencies.acme-core] version = "0.3.1" [dependencies.num] version = "0.4" [dependencies.rawpointer] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.strum] version = "0.26" features = ["derive"] [dev-dependencies.approx] version = "0.5" [build-dependencies] [features] default = ["std"] io = [] serde = [ "dep:serde", "serde-ext", ] serde-ext = ["acme-core/serde"] std = ["acme-core/std"] [target.wasm32-unknown-unknown] [target.wasm32-wasi]