burn_gdn 0.21.0

Burn-native Gated DeltaNet 2 memory blocks and fused-kernel boundary
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.92"
name = "burn_gdn"
version = "0.21.0"
authors = ["mosure <mitchell@mosure.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Burn-native Gated DeltaNet 2 memory blocks and fused-kernel boundary"
homepage = "https://github.com/mosure/burn_jepa"
documentation = "https://docs.rs/burn_gdn"
readme = "README.md"
keywords = [
    "burn",
    "gdn",
    "deltanet",
    "memory",
]
categories = [
    "science",
    "computer-vision",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mosure/burn_jepa"

[features]
cuda = [
    "dep:burn-autodiff",
    "dep:burn-cubecl",
    "dep:burn-cuda",
    "dep:burn-wgpu",
]
cuda-kernel = ["cuda"]
default = []
wgpu-kernel = [
    "dep:burn-autodiff",
    "dep:burn-cubecl",
    "dep:burn-wgpu",
]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.burn]
version = "0.21.0"
features = ["std"]
default-features = false

[dependencies.burn-autodiff]
version = "0.21.0"
optional = true
default-features = false

[dependencies.burn-cubecl]
version = "0.21.0"
features = [
    "fusion",
    "std",
]
optional = true
default-features = false

[dependencies.burn-cuda]
version = "0.21.0"
features = ["std"]
optional = true
default-features = false

[dependencies.burn-wgpu]
version = "0.21.0"
features = [
    "fusion",
    "std",
    "template",
]
optional = true
default-features = false

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

[dev-dependencies.burn]
version = "0.21.0"
features = [
    "ndarray",
    "std",
]
default-features = false

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