# 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 = "renplex" version = "0.1.1" authors = ["Pedro Alves "] description = "A library capable of modeling complexed-valued neural networks built with Rust." homepage = "https://github.com/Pxdr0-A/renplex.git" readme = "README.md" keywords = [ "neural-networks", "library", ] license-file = "LICENSE" repository = "https://github.com/Pxdr0-A/renplex.git" [lib] name = "renplex" path = "src/lib.rs" [dependencies.rayon] version = "1.10"