[package] name = "ligen-core" version = "0.1.16" authors = ["Danilo Guanabara "] edition = "2018" description = "Language Interface Generator Core" license = "Apache-2.0" documentation = "https://docs.rs/ligen-core" readme = "../../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.26" syn = { version = "1.0.73", features = [ "full" ] } quote = "1.0.9" libloading = "0.7.0" shrinkwraprs = "0.3.0" serde = { version = "1.0.126", features = [ "derive" ] } serde_json = "1.0.64"