blob: 73f965dcd17a80a05c2c16635c1cb6d62479116f [file] [log] [blame]
Jakub Koture245d8b2020-12-21 17:28:15 +01001# 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"
Joel Galensone6eab9d2021-04-01 16:51:38 -070016version = "1.7.1"
Jakub Koture245d8b2020-12-21 17:28:15 +010017authors = ["Kathryn Long <squeeself@gmail.com>"]
Joel Galensone6eab9d2021-04-01 16:51:38 -070018exclude = ["/ci", "/*.yml"]
Jakub Koture245d8b2020-12-21 17:28:15 +010019description = "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]
Joel Galensone6eab9d2021-04-01 16:51:38 -070026features = ["std", "serde", "bytemuck", "num-traits"]
Jakub Koture245d8b2020-12-21 17:28:15 +010027
28[[bench]]
29name = "convert"
30harness = false
Joel Galensone6eab9d2021-04-01 16:51:38 -070031[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
Jakub Koture245d8b2020-12-21 17:28:15 +010042[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"