# 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 = "dxpr" version = "0.2.3" authors = ["Will Sturgeon "] exclude = [ "ci.sh", "test-coverage.sh", ] description = "Differentiable expression templates in compile-time, dependency-free, no_std Rust." homepage = "https://crates.io/crates/dxpr" documentation = "https://docs.rs/dxpr/latest/dxpr/" readme = "README.md" keywords = [ "expression-templates", "expression", "differentiable", "autograd", "generic", ] categories = [ "algorithms", "data-structures", "mathematics", "no-std", "rust-patterns", ] license = "Zlib" repository = "https://github.com/wrsturgeon/dxpr" resolver = "2" [dependencies] [features] default = ["std"] std = [] [badges.maintenance] status = "actively-developed"