summaryrefslogtreecommitdiffstats
path: root/library/backtrace/crates/without_debuginfo/Cargo.toml
blob: 19d76cbec6da7617128110c1e810d90e9c16c581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "without_debuginfo"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
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']