mirror of https://github.com/tracel-ai/burn.git
22 lines
422 B
TOML
22 lines
422 B
TOML
[package]
|
|
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
|
categories = ["science"]
|
|
description = """
|
|
Burn derive crate.
|
|
"""
|
|
edition = "2021"
|
|
keywords = []
|
|
license = "MIT/Apache-2.0"
|
|
name = "burn-derive"
|
|
readme = "README.md"
|
|
repository = "https://github.com/burn-rs/burn/tree/main/burn-derive"
|
|
version = "0.6.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.52"
|
|
quote = "1.0.26"
|
|
syn = "1.0.109"
|