# 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.79" name = "fixed" version = "1.28.0" description = "Fixed-point numbers." 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", ] [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.60" optional = true default-features = false [dependencies.typenum] version = "1.14" [features] arbitrary = ["dep:arbitrary"] az = [] borsh = ["dep:borsh"] f16 = [] fail-on-warnings = [] nightly-float = [] num-traits = ["dep:num-traits"] serde = ["dep:serde"] serde-str = [ "serde", "serde/std", "std", ] std = []