bunsen 0.0.4

burn neural network extension library
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 = "2024"
rust-version = "1.94.1"
name = "bunsen"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "burn neural network extension library"
documentation = "https://docs.rs/bunsen/latest/"
readme = "README.md"
license = "MIT or Apache-2.0"
repository = "https://github.com/zspacelabs/bunsen"
resolver = "2"

[features]
default = []
std = []

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

[[bench]]
name = "drop_block"
path = "benches/drop_block.rs"
harness = false

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bimm-contracts]
version = "0.20.1"

[dependencies.burn]
version = "0.20.1"
features = [
    "network",
    "ndarray",
]

[dependencies.crc]
version = "3.4.0"

[dependencies.dirs]
version = "6.0.0"

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

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

[dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.burn]
version = "0.20.1"
features = [
    "autodiff",
    "wgpu",
]

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.hamcrest]
version = "0.1.5"

[dev-dependencies.indoc]
version = "2.0.7"

[lints.clippy]
doc_markdown = "warn"
double_must_use = "allow"

[lints.rust]
warnings = "deny"