burn/burn-derive/Cargo.toml

23 lines
424 B
TOML
Raw Normal View History

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