19 lines
458 B
TOML
19 lines
458 B
TOML
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
# See Notices.txt for copyright information
|
||
|
[package]
|
||
|
name = "fayalite-proc-macros-impl"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
workspace = "../.."
|
||
|
license = "LGPL-3.0-or-later"
|
||
|
|
||
|
[dependencies]
|
||
|
base16ct = "0.2.0"
|
||
|
num-bigint = "0.4.4"
|
||
|
prettyplease = "0.2.20"
|
||
|
proc-macro2 = "1.0.78"
|
||
|
quote = "1.0.35"
|
||
|
sha2 = "0.10.8"
|
||
|
syn = { version = "2.0.53", features = ["full", "fold", "visit", "extra-traits"] }
|
||
|
tempfile = "3.10.1"
|