# 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" version = "0.3.1" authors = ["FL03 (https://github.com/FL03)"] description = "Acme aims to provide a solid foundation for developing robust machine-learning systems in Rust." homepage = "https://github.com/FL03/acme/wikis" readme = "README.md" keywords = [ "acme", "autodiff", "mathematics", "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", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true doctest = true bench = true [[example]] name = "autodiff" doc = true required-features = ["macros"] [[example]] name = "graph" required-features = ["graph"] [[example]] name = "macros" required-features = ["macros"] [[test]] name = "macros" required-features = ["macros"] [[bench]] name = "tensor" required-features = ["tensor"] [dependencies.acme-core] version = "0.3.1" [dependencies.acme-derive] version = "0.3.1" optional = true [dependencies.acme-graphs] version = "0.3.1" optional = true [dependencies.acme-macros] version = "0.3.1" optional = true [dependencies.acme-tensor] version = "0.3.1" optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.num] version = "0.4" [dev-dependencies.rand] version = "0.8" [build-dependencies] [features] core = [] default = [ "core", "tensor", ] derive = [ "dep:acme-derive", "macros", ] full = [ "core", "derive", "graph", "serde", "tensor", "trace", ] graph = ["dep:acme-graphs"] io = ["acme-tensor/io"] macros = ["dep:acme-macros"] serde = [ "acme-core/serde", "acme-graphs/serde", "acme-tensor/serde", ] std = [ "acme-core/std", "acme-tensor/std", ] tensor = ["dep:acme-tensor"] trace = [ "acme-core/trace", "acme-graphs/trace", ] [target.wasm32-unknown-unknown] [target.wasm32-wasi]