[package] name = "const_num_bigint_derive" version = "0.1.1" edition = "2021" authors = ['hjiayz '] license = 'MIT OR Apache-2.0' description = 'const bigint' repository = 'https://github.com/hjiayz/quickjs_regex.git' [dependencies] syn = {version = "1.0.81", features = ["full"] } quote = "1.0" proc-macro2 = "1.0.32" num-bigint = "0.4.3" [lib] proc-macro = true