nova-impl 0.3.1

Implementation for nova crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nova-impl"
description = "Implementation for nova crate."
version = "0.3.1"
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bbqsrc/nova"

[dependencies]
syn = { version = "1", features = ["full", "extra-traits"] }
quote = "1"
proc-macro2 = "1"
darling = "0.13.0"