trident-template 0.0.1

The trident template crate is dedicated to generated Trident fuzz test templates.
Documentation
[dependencies.convert_case]
version = "0.6"

[dependencies.quote]
version = "1"

[dependencies.sha2]
version = "0.10.0"

[dependencies.syn]
features = ["visit", "full"]
version = "2"

[dependencies.trident-idl-spec]
version = "0.0.1"

[lib]
name = "trident_template"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The trident template crate is dedicated to generated Trident fuzz test templates."
edition = "2021"
license-file = "LICENSE"
name = "trident-template"
readme = "README.md"
repository = "https://github.com/Ackee-Blockchain/trident"
resolver = "1"
version = "0.0.1"