diffable 0.5.1

a differential geometry framework for rust
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"
name = "diffable"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a differential geometry framework for rust"
homepage = "https://aaroncottle.au"
readme = "readme.md"
keywords = [
    "mathematics",
    "geometry",
    "linear-algebra",
    "abstract-algebra",
    "topology",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/minerscale/diffable"

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

[features]
all = [
    "simplicial",
    "testing",
]
default = [
    "std",
    "simplicial",
]
simplicial = ["std"]
std = ["num-traits/std"]
testing = [
    "std",
    "dep:proptest",
]

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

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

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

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

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

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

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

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

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

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

[dependencies.num-derive]
version = "0.5.1"

[dependencies.num-traits]
version = "0.2.19"
features = ["libm"]
default-features = false

[dependencies.proptest]
version = "1.11.0"
optional = true