[package]
edition = "2021"
rust-version = "1.75.0"
name = "luwen"
version = "0.9.0"
authors = ["Daniel Rosen <drosen@tenstorrent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A high-level interface for Tenstorrent AI accelerators
"""
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tenstorrent/luwen"
[features]
test_blackhole = []
test_hardware = []
test_n150 = []
test_n300 = []
test_p100a = []
test_p150 = []
test_p300 = []
test_wh_ubb = []
test_wormhole = []
[lib]
name = "luwen"
path = "src/lib.rs"
[[example]]
name = "demo"
path = "examples/demo.rs"
[[test]]
name = "boot_fs_test"
path = "tests/boot_fs_test.rs"
[[test]]
name = "decode_proto_bin_test"
path = "tests/decode_proto_bin_test.rs"
[[test]]
name = "detect_test"
path = "tests/detect_test.rs"
[[test]]
name = "read_write_test"
path = "tests/read_write_test.rs"
[[test]]
name = "spi_test"
path = "tests/spi_test.rs"
[[test]]
name = "telem_test"
path = "tests/telem_test.rs"
[[test]]
name = "telemetry_functional_test"
path = "tests/telemetry_functional_test.rs"
[[test]]
name = "test_utils"
path = "tests/test_utils.rs"
[[test]]
name = "wh_ubb_reset_test"
path = "tests/wh_ubb_reset_test.rs"
[[test]]
name = "write_proto_bin_test"
path = "tests/write_proto_bin_test.rs"
[dependencies.luwen-api]
version = "0.9.0"
[dependencies.luwen-def]
version = "0.9.0"
[dependencies.luwen-kmd]
version = "0.9.0"
[dependencies.luwen-pci]
version = "0.9.0"
[dev-dependencies.serde_json]
version = "1.0.117"
[dev-dependencies.serial_test]
version = "3.2.0"