autograv 0.1.2

Tensor calculus engine for numerical relativity (Christoffel, Riemann, Einstein, ...) built on diffable's typed automatic differentiation
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "autograv"
version = "0.1.2"
authors = ["Baalateja Kataru <baalateja.k@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "/README.rust.md",
    "src/**/*.rs",
    "tests/**/*.rs",
    "examples/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tensor calculus engine for numerical relativity (Christoffel, Riemann, Einstein, ...) built on diffable's typed automatic differentiation"
documentation = "https://docs.rs/autograv"
readme = "README.rust.md"
keywords = [
    "general-relativity",
    "numerical-relativity",
    "auto-diff",
    "tensor-calculus",
    "physics",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/planckeon/autograv"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "autograv"
path = "src/lib.rs"

[[example]]
name = "quick_start"
path = "examples/quick_start.rs"

[[example]]
name = "schwarzschild"
path = "examples/schwarzschild.rs"

[[example]]
name = "sphere"
path = "examples/sphere.rs"

[[test]]
name = "minkowski"
path = "tests/minkowski.rs"

[[test]]
name = "schwarzschild"
path = "tests/schwarzschild.rs"

[[test]]
name = "sphere"
path = "tests/sphere.rs"

[dependencies.diffable]
version = "0.5.0"
features = ["std"]
default-features = false

[dependencies.num-traits]
version = "0.2"