[package] name = "chain-debug" version = "0.1.1" edition = "2021" authors = ["Avimitin "] description = "Injecting debug without rewriting chain-calling code" keywords = ["chain-calling", "debug"] license = "MIT" readme = "readme.md" repository = "https://github.com/Avimitin/chain-debug" [profile.release] debug = 0 strip = "symbols" lto = true opt-level = 3 codegen-units = 1