axonml-quant 0.2.4

Model quantization for the Axonml ML framework
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"
rust-version = "1.75"
name = "axonml-quant"
version = "0.2.4"
authors = ["AutomataNexus Development Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model quantization for the Axonml ML framework"
readme = "README.md"
keywords = [
    "quantization",
    "machine-learning",
    "deep-learning",
    "int8",
    "int4",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/automatanexus/axonml"

[features]
default = ["std"]
std = []

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

[dependencies.axonml-core]
version = "0.2.4"

[dependencies.axonml-tensor]
version = "0.2.4"

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

[dependencies.half]
version = "2.4"
features = [
    "bytemuck",
    "num-traits",
]

[dependencies.rayon]
version = "1.10"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.approx]
version = "0.5"