[package] name = "cratic-debug-tools" version = "0.1.1" edition = "2021" license-file = "../LICENSE-GPL3-WITH-CPLE" description = "Cratic = Cursor + Attic at the top of crate, zero cost abstraction library, this is debug-tools crate" homepage = "https://github.com/EmelianPiker/cratic/wiki" repository = "https://github.com/EmelianPiker/cratic" documentation = "https://emelianpiker.github.io/cratic/cratic_debug_tools/index.html" readme = "../README.md" [dependencies] prettyplease = "0.1" syn = { version = "1", default-features = false, features = ["full", "parsing"] }