# 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 = "unit-sphere" version = "0.3.1" authors = ["Ken Barker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for performing geometric calculations on the surface of a sphere." homepage = "https://github.com/kenba/unit-sphere-rs" documentation = "https://docs.rs/unit-sphere/" readme = "README.md" keywords = [ "geometry", "navigation", "sphere", ] categories = [ "mathematics", "no-std", "science", ] license = "MIT" repository = "https://github.com/kenba/unit-sphere-rs" [lib] name = "unit_sphere" path = "src/lib.rs" [dependencies.angle-sc] version = "0.3" [dependencies.libm] version = "0.2" [dependencies.nalgebra] version = "0.33" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.serde_json] version = "1.0" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"