oxbitnet 0.5.2

Run BitNet b1.58 ternary LLMs with wgpu
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"
name = "oxbitnet"
version = "0.5.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run BitNet b1.58 ternary LLMs with wgpu"
readme = "README.md"
license = "MIT"
repository = "https://github.com/m96-chan/0xBitNet"

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

[[example]]
name = "chat"
path = "examples/chat.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.async-stream]
version = "0.3"

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.byteorder]
version = "1"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.half]
version = "2"
features = ["bytemuck"]

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.12"
features = ["stream"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.21"
features = ["onig"]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "fs",
    "sync",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "26"

[dev-dependencies.indicatif]
version = "0.17"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[build-dependencies.glob]
version = "0.3"