[package] name = "preftool-derive-core" version = "0.2.0" authors = ["Aleksander Heintz "] edition = "2018" homepage = "https://github.com/YoloDev/preftool" repository = "https://github.com/YoloDev/preftool" description = "Configuration library for CLI tools/servers." license = "MIT" [dependencies] Inflector = "0.11" darling = "0.9" proc-macro2 = "0.4" quote = "0.6" syn = { version = "0.15", features = ["full", "extra-traits"] }