# 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 = "only_torch" version = "0.0.8" exclude = [ "target/*", ".vscode/*", ".github/*", "tests/*", "justfile", ] description = "仿造pytorch的个人玩具(仍在构思,请勿下载)AI框架" documentation = "https://docs.rs/only_torch" readme = "README.md" keywords = [ "machine-learning", "logic", "AI", "torch", "NEAT", ] categories = [ "ai", "machine-learning", "tensor", ] license = "MIT" repository = "https://github.com/dbsxdbsx/only_torch" [dependencies.nalgebra] version = "^0.32.3" [dependencies.rand] version = "0.8"