tang 0.1.0

Math library for physical reality — geometry, spatial algebra, autodiff
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 = "2021"
name = "tang"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Math library for physical reality — geometry, spatial algebra, autodiff"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ecto/tang"

[features]
bytemuck = ["dep:bytemuck"]
default = ["std"]
exact = [
    "dep:robust",
    "std",
]
libm = ["dep:libm"]
serde = ["dep:serde"]
std = []

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

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]
optional = true

[dependencies.libm]
version = "0.2"
optional = true

[dependencies.paste]
version = "1"

[dependencies.robust]
version = "1.1"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.approx]
version = "0.5"