transforms 0.2.2

A transform library to track reference frames and provide transforms between them.
Documentation
[[bench]]
harness = false
name = "registry_benchmarks"
path = "benches/registry_benchmarks.rs"

[dependencies.approx]
version = "0"

[dependencies.hashbrown]
version = "0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1"

[dependencies.tokio-test]
optional = true
version = "0"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0"

[dev-dependencies.env_logger]
version = "0"

[dev-dependencies.log]
version = "0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "async_await"
path = "examples/async_await.rs"
required-features = ["async"]

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

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

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

[features]
async = ["dep:tokio", "dep:tokio-test"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A transform library to track reference frames and provide transforms between them."
edition = "2021"
license = "MIT"
name = "transforms"
readme = "README.md"
repository = "https://github.com/dHofmeister/transforms"
version = "0.2.2"

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

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