# 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 = "DeepIron" version = "0.1.4" authors = ["LordSaumya"] description = "A simple Rust library for machine learning and deep learning." readme = "README.md" keywords = [ "rust", "machine_learning", "deep_learning", "data_science", ] categories = ["science"] license = "MIT" repository = "https://github.com/LordSaumya/DeepIron" [lib] name = "DeepIron" path = "src/lib.rs" doctest = false [dependencies.polars] version = "0.35.4" [dependencies.rand] version = "0.8.5"