-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (19 loc) · 725 Bytes
/
Cargo.toml
File metadata and controls
22 lines (19 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "golden-float"
version = "2.1.0"
description = "GoldenFloat — φ-optimized ML number formats: GF16/fp16/bf16 codecs, FMA, IGLA architecture, ternary, VSA"
license = "MIT"
repository = "https://github.com/gHashTag/zig-golden-float"
homepage = "https://github.com/gHashTag/zig-golden-float"
documentation = "https://github.com/gHashTag/zig-golden-float/blob/main/README.md"
keywords = ["zig", "ml", "f16", "floating-point", "optimization", "simulation"]
categories = ["science", "mathematics"]
readme = "README.md"
[build-dependencies]
reqwest = { version = "0.12", features = ["blocking"] }
[dependencies]
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[[bin]]
name = "golden-float"
path = "src/main.rs"