[package] name = "without_debuginfo" version = "0.1.0" authors = ["Alex Crichton "] edition = "2018" [dependencies.backtrace] path = "../.." default-features = false features = ['std'] [profile.dev] debug = false [profile.test] debug = false [features] libbacktrace = ['backtrace/libbacktrace'] gimli-symbolize = ['backtrace/gimli-symbolize']