geometry-cs 0.0.1

Coordinate system types: Cartesian, Spherical, Geographic, and angle units.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "geometry-coords"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "495eb504f655e8765cb5053e6afeed3f327288cb6eb2bfbff944f411c682a406"
dependencies = [
 "libm",
]

[[package]]
name = "geometry-cs"
version = "0.0.1"
dependencies = [
 "geometry-coords",
]

[[package]]
name = "libm"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"