[package] name = "golang-type-decl-core" version = "0.3.0" authors = ["vkill "] edition = "2018" description = "Golang Type Decl core" license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/golang-rs" homepage = "https://github.com/bk-rs/golang-rs" documentation = "https://docs.rs/golang-type-decl-core" keywords = [] categories = [] readme = "README.md" [package.metadata.docs.rs] features = ["enable-quote-to_tokens"] [features] default = [] enable-quote-to_tokens = ["golang-type-core/enable-quote-to_tokens", "proc-macro2", "quote", "convert_case"] [dependencies] golang-type-core = { version = "~0.1", path = "../../golang-type/golang-type-core" } golang-parser = { version = "~0.1", path = "../../golang-parser" } thiserror = { version = "1.0", default-features = false } proc-macro2 = { version = "1.0", default-features = false, optional = true } quote = { version = "1.0", default-features = false, optional = true } convert_case = { version = "0.4", default-features = false, optional = true }