[package] name = "disp" version = "0.1.1" edition = "2021" license = "MIT" repository = "https://github.com/btwiuse/disp" homepage = "https://github.com/btwiuse/disp" documentation = "https://docs.rs/disp" description = "derive Display from Debug" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "lib.rs" proc-macro = true doctest = false [dependencies] # derive_display_from_debug = "0.1.2" syn = "1" quote = "1" [workspace] members = [ "examples/disp-play" ]