[package] name = "replman_derive" version = "0.1.0" edition = "2021" license = "MIT" repository = "https://github.com/Dzejkop/replman" authors = ["Jakub Trąd "] description = "An opinionated REPL framework" documentation = "https://docs.rs/replman" categories = ["repl", "command line"] keywords = ["repl", "replman", "rustyline"] [lib] proc-macro = true [dependencies] replman_derive_impl = "0.1.0" syn = { version = "1.0", features = ["full"] }