1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "half" 16version = "1.7.1" 17authors = ["Kathryn Long <squeeself@gmail.com>"] 18exclude = ["/ci", "/*.yml"] 19description = "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types." 20readme = "README.md" 21keywords = ["f16", "bfloat16", "no_std"] 22categories = ["no-std", "data-structures", "encoding"] 23license = "MIT/Apache-2.0" 24repository = "https://github.com/starkat99/half-rs" 25[package.metadata.docs.rs] 26features = ["std", "serde", "bytemuck", "num-traits"] 27 28[[bench]] 29name = "convert" 30harness = false 31[dependencies.bytemuck] 32version = "1.4.1" 33features = ["derive"] 34optional = true 35default-features = false 36 37[dependencies.num-traits] 38version = "0.2.14" 39optional = true 40default-features = false 41 42[dependencies.serde] 43version = "1.0" 44features = ["derive"] 45optional = true 46default-features = false 47[dev-dependencies.criterion] 48version = "0.3" 49 50[dev-dependencies.quickcheck] 51version = "0.9" 52 53[dev-dependencies.quickcheck_macros] 54version = "0.9" 55 56[dev-dependencies.rand] 57version = "0.7" 58 59[dev-dependencies.version-sync] 60version = "0.8" 61 62[features] 63alloc = [] 64serialize = ["serde"] 65std = ["alloc"] 66use-intrinsics = [] 67[badges.appveyor] 68repository = "starkat99/half-rs" 69 70[badges.maintenance] 71status = "passively-maintained" 72 73[badges.travis-ci] 74repository = "starkat99/half-rs" 75