burn/crates/burn-derive/Cargo.toml

21 lines
520 B
TOML
Raw Normal View History

2022-08-06 09:14:44 +08:00
[package]
2022-09-05 02:22:56 +08:00
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
categories = ["science"]
description = "Derive crate for the Burn framework"
edition.workspace = true
2022-09-05 02:22:56 +08:00
keywords = []
license.workspace = true
name = "burn-derive"
readme.workspace = true
2023-12-02 03:33:28 +08:00
repository = "https://github.com/tracel-ai/burn/tree/main/burn-derive"
version.workspace = true
2022-08-06 09:14:44 +08:00
[lib]
proc-macro = true
[dependencies]
2023-12-02 03:33:28 +08:00
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }
derive-new = { workspace = true }