golang-type-core 0.1.0

Golang Type Core
Documentation
[dependencies.golang-parser]
version = "~0.1"

[dependencies.golang-struct-tag]
version = "~0.1"

[dependencies.golang-type-name-core]
version = "~0.1"

[dependencies.proc-macro2]
default-features = false
optional = true
version = "1.0"

[dependencies.quote]
default-features = false
optional = true
version = "1.0"

[dependencies.thiserror]
default-features = false
version = "1.0"

[features]
default = []
enable-quote-to_tokens = ["golang-type-name-core/enable-quote-to_tokens", "proc-macro2", "quote"]

[package]
authors = ["vkill <vkill.net@gmail.com>"]
categories = []
description = "Golang Type Core"
documentation = "https://docs.rs/golang-type-core"
edition = "2018"
homepage = "https://github.com/bk-rs/golang-rs"
keywords = []
license = "Apache-2.0 OR MIT"
name = "golang-type-core"
readme = "README.md"
repository = "https://github.com/bk-rs/golang-rs"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["enable-quote-to_tokens"]