luwen-api 0.8.5

High-level interface for Tenstorrent device interactions
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.0"
name = "luwen-api"
version = "0.8.5"
authors = ["Daniel Rosen <drosen@tenstorrent.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
High-level interface for Tenstorrent device interactions
"""
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tenstorrent/luwen"

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.bitfield-struct]
version = "0.6.0"

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

[dependencies.luwen-def]
version = "0.8.5"

[dependencies.num-derive]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.prost]
version = "0.13.5"

[dependencies.rust-embed]
version = "8.0.0"
features = ["interpolate-folder-path"]

[dependencies.serde]
version = "1.0.185"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.117"

[dependencies.thiserror]
version = "1.0.40"

[build-dependencies.home]
version = "=0.5.5"
default-features = false

[build-dependencies.prost-build]
version = "0.13.5"