bbgun 0.1.4

A builder for builders running builders!
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "bbgun"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A builder for builders running builders!"
homepage = "https://github.com/astroorbis/bbgun"
readme = "README.md"
license = "MIT"
repository = "https://github.com/astroorbis/bbgun"

[lib]
name = "bbgun"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "test1"
path = "tests/test1.rs"

[dependencies.darling]
version = "0.20.10"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
version = "2.0.98"
features = ["extra-traits"]