fixed_star_frame 1.29.1

Patched version of the fixed crate pending https://gitlab.com/tspiteri/fixed/-/merge_requests/14
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 = "2021"
rust-version = "1.83"
name = "fixed_star_frame"
version = "1.29.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Patched version of the fixed crate pending https://gitlab.com/tspiteri/fixed/-/merge_requests/14"
documentation = "https://docs.rs/fixed"
readme = "README.md"
keywords = [
    "dsp",
    "embedded",
    "fixed",
    "math",
    "numerics",
]
categories = [
    "algorithms",
    "embedded",
    "mathematics",
    "no-std",
]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/tspiteri/fixed"

[package.metadata.docs.rs]
features = [
    "arbitrary",
    "borsh",
    "num-traits",
    "serde",
    "std",
]

[features]
arbitrary = ["dep:arbitrary"]
az = []
borsh = ["dep:borsh"]
f16 = []
fail-on-warnings = []
nightly-float = []
no-mut-static = []
num-traits = ["dep:num-traits"]
serde = ["dep:serde"]
serde-str = [
    "serde",
    "serde/std",
    "std",
]
std = []

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

[dependencies.arbitrary]
version = "1"
optional = true

[dependencies.az]
version = "1.2"

[dependencies.borsh]
version = "1"
optional = true
default-features = false

[dependencies.bytemuck]
version = "1.2"

[dependencies.half]
version = ">= 1.8, < 3"
default-features = false

[dependencies.num-traits]
version = "0.2.18"
features = ["i128"]
optional = true
default-features = false

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

[dependencies.typenum]
version = "1.14"