2022-08-06 09:14:44 +08:00
|
|
|
[package]
|
2022-09-05 02:22:56 +08:00
|
|
|
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
2023-02-25 22:38:01 +08:00
|
|
|
categories = ["science"]
|
2022-09-05 02:22:56 +08:00
|
|
|
description = """
|
|
|
|
Burn derive crate.
|
|
|
|
"""
|
2023-02-25 22:38:01 +08:00
|
|
|
edition = "2021"
|
2022-09-05 02:22:56 +08:00
|
|
|
keywords = []
|
|
|
|
license = "MIT/Apache-2.0"
|
2023-02-25 22:38:01 +08:00
|
|
|
name = "burn-derive"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/burn-rs/burn/tree/main/burn-derive"
|
|
|
|
version = "0.5.0"
|
2022-08-06 09:14:44 +08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-25 23:36:23 +08:00
|
|
|
proc-macro2 = "1.0.49"
|
2023-02-25 22:38:01 +08:00
|
|
|
quote = "1.0.23"
|
|
|
|
syn = "1.0.107"
|