burn/burn-derive/Cargo.toml

22 lines
422 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"]
2022-09-05 02:22:56 +08:00
description = """
Burn derive crate.
"""
edition = "2021"
2022-09-05 02:22:56 +08:00
keywords = []
license = "MIT/Apache-2.0"
name = "burn-derive"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-derive"
2023-03-21 21:47:37 +08:00
version = "0.6.0"
2022-08-06 09:14:44 +08:00
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.52"
quote = "1.0.26"
syn = "1.0.109"