# 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 = "radient" version = "0.3.0" authors = ["Axect "] build = false exclude = [ "src/bin/", "src/main.rs", "src/history/", "examples/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Radient is a Rust library designed for automatic differentiation. It leverages the power of computational graphs to perform forward and backward passes for gradient calculations." readme = "README.md" keywords = [ "gradient", "automatic", "differentiation", "machine-learning", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/Axect/Radient" [lib] name = "radient" path = "src/lib.rs" [dependencies.casey] version = "0.4" [dependencies.peroxide] version = "0.37" [dependencies.peroxide-num] version = "0.1"