# 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"
rust-version = "1.65.0"
name = "quirky_binder_codegen"
version = "0.1.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quirky Binder Codegen"
documentation = "https://docs.rs/quirky_binder_codegen"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/arnodb/quirky_binder"

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

[dependencies.Inflector]
version = "0.11"

[dependencies.annotate-snippets]
version = "0.9"
features = ["color"]

[dependencies.glob]
version = "0.3"

[dependencies.itertools]
version = "0.10"

[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quirky_binder_lang]
version = "0.1.0"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"
features = ["full"]