Cargo Features

golang-type-decl-core has no features set by default.

[dependencies]
golang-type-decl-core = { version = "0.3.0", features = ["enable-quote-to_tokens"] }
enable-quote-to_tokens = convert_case, proc-macro2, quote

Enables enable-quote-to_tokens of golang-type-core

Affects alias_decl::type_alias, type_def::json_struct

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

proc-macro2 enable-quote-to_tokens?
quote enable-quote-to_tokens?
convert_case enable-quote-to_tokens?

Enables convert_case ^0.4