turns 0.1.2

Fixed-point angles modulo 2π backed by unsigned integers.
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 = "turns"
version = "0.1.2"
authors = ["Julian Popescu <hi@julian.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fixed-point angles modulo 2π backed by unsigned integers."
homepage = "https://github.com/jpopesculian/turns"
documentation = "https://docs.rs/turns"
readme = "README.md"
keywords = [
    "angle",
    "math",
    "geometry",
    "fixed-point",
    "trigonometry",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/jpopesculian/turns"

[features]
default = ["std"]
libm = ["num-traits/libm"]
serde = ["dep:serde"]
std = ["num-traits/std"]

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

[dependencies.num-traits]
version = "0.2.15"
default-features = false

[dependencies.serde]
version = "1.0"
optional = true
default-features = false

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"