angle-sc 1.1.5

A Rust library for performing accurate and efficient trigonometry calculations.
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 = "2024"
name = "angle-sc"
version = "1.1.5"
authors = ["Ken Barker <ken.barker@via-technology.aero>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for performing accurate and efficient trigonometry calculations."
homepage = "https://github.com/kenba/angle-sc-rs"
documentation = "https://docs.rs/angle-sc/"
readme = "README.md"
keywords = [
    "geometry",
    "trigonometry",
    "angle",
    "degrees",
    "radians",
]
categories = [
    "mathematics",
    "no-std",
]
license = "MIT"
repository = "https://github.com/kenba/angle-sc-rs"

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

[dependencies.libm]
version = "0.2"

[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"