# 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 = "easy-ml" version = "2.0.0-dev.0" authors = ["Skeletonxf "] description = "Machine learning library providing matrices, named tensors, linear algebra and automatic differentiation aimed at being easy to use" readme = "README.md" keywords = [ "machine-learning", "tensors", "matrices", "linear-algebra", ] categories = [ "science", "wasm", ] license = "MPL-2.0" repository = "https://github.com/Skeletonxf/easy-ml" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_arrays] version = "0.1.0" optional = true [dev-dependencies.js-sys] version = "0.3" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rgb] version = "0.8" [dev-dependencies.textplots] version = "0.8" [dev-dependencies.toml] version = "0.5.11" [features] default = [] serde = [ "dep:serde", "dep:serde_arrays", ]