# 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 = "rogue-net" version = "0.4.1" description = "Pure Rust implementation of the RogueNet neural network" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/entity-neural-network/rogue-net-rs" resolver = "2" [[bin]] name = "rogue-net" path = "src/bin/main.rs" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.indexmap] version = "1.9.1" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.ndarray] version = "0.15.4" features = ["approx"] [dependencies.rand] version = "0.8.5" [dependencies.rmpv] version = "1.0.0" [dependencies.ron] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.statrs] version = "0.15.0" [dependencies.tar] version = "0.4"