# 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 = "bitnet-cpp" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "bitnet.cpp bindings for Rust" readme = "README.md" keywords = [ "machine-learning", "api-bindings", "bitnet", "bitnet-cpp", "inference", ] categories = [ "api-bindings", "development-tools::ffi", "development-tools::build-utils", "science", ] license = "MIT" repository = "https://github.com/eugenehp/bitnet-cpp-rs" [package.metadata.docs.rs] features = ["sampler"] [lib] name = "bitnet_cpp" path = "src/lib.rs" [dependencies.bitnet-cpp-sys] version = "0.0.4" [dependencies.enumflags2] version = "0.7.10" [dependencies.thiserror] version = "2.0.3" [dependencies.tracing] version = "0.1" [dev-dependencies.encoding_rs] version = "0.8.34" [features] cuda = ["bitnet-cpp-sys/cuda"] default = ["openmp"] dynamic-link = ["bitnet-cpp-sys/dynamic-link"] metal = ["bitnet-cpp-sys/metal"] native = ["bitnet-cpp-sys/native"] openmp = ["bitnet-cpp-sys/openmp"] sampler = [] vulkan = ["bitnet-cpp-sys/vulkan"] [lints.clippy.pedantic] level = "warn" priority = 0 [lints.rust.missing_debug_implementations] level = "warn" priority = 0 [lints.rust.missing_docs] level = "warn" priority = 0