mockiato-codegen 0.4.2

Internally used by mockiato for code generation. This crate should never be used directly
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "mockiato-codegen"
version = "0.4.2"
authors = ["Jan Nils Ferner <jan@myelin.ch>", "Ruben Schmidmeister <ruben@myelin.ch>", "Jeremy Stucki <jeremy@myelin.ch>"]
description = "Internally used by mockiato for code generation. This crate should never be used directly"
homepage = "https://github.com/myelin-ai/mockiato"
documentation = "https://docs.rs/mockiato-codegen"
license = "MIT"
repository = "https://github.com/myelin-ai/mockiato"

[lib]
proc-macro = true
[dependencies.heck]
version = "0.3"

[dependencies.proc-macro2]
version = "0.4.27"
features = ["nightly"]

[dependencies.quote]
version = "0.6.12"

[dependencies.syn]
version = "0.15.32"
features = ["full", "visit-mut"]

[features]
debug-impls = ["syn/extra-traits"]