[[bench]]
harness = false
name = "geospec_bench"
path = "benches/geospec_bench.rs"
[[bin]]
name = "geospec"
path = "src/main.rs"
[dependencies.ciborium]
version = "0.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
name = "geospec"
path = "src/lib.rs"
[package]
authors = ["JD Plumbing <jdplumbingsoflo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "simulation"]
description = "A geometry specification library for ECS-style simulations. Provides shape definitions (sphere, box, cylinder, etc.), dimension inference, and JSON serialization for physical objects."
edition = "2021"
keywords = ["geometry", "dimensions", "geospec", "shapes"]
license = "MIT"
name = "geospec"
readme = "README.md"
repository = "https://github.com/JDPlumbing/geospec-rs"
version = "0.1.0"
[[test]]
name = "shapes"
path = "tests/shapes.rs"