2016-01-21 17:19:23 -06:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
2018-05-10 13:02:19 -05:00
|
|
|
autotests = false
|
|
|
|
autobenches = false
|
2019-04-14 21:23:21 -05:00
|
|
|
edition = "2018"
|
2016-01-21 17:19:23 -06:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
test = false
|
2016-11-25 15:13:59 -06:00
|
|
|
bench = false
|
2016-04-29 16:23:15 -05:00
|
|
|
|
|
|
|
[[test]]
|
2017-04-03 09:53:04 -05:00
|
|
|
name = "coretests"
|
2020-06-11 21:31:49 -05:00
|
|
|
path = "tests/lib.rs"
|
2016-11-25 15:13:59 -06:00
|
|
|
|
2017-02-03 17:04:22 -06:00
|
|
|
[[bench]]
|
2017-02-06 04:38:47 -06:00
|
|
|
name = "corebenches"
|
2020-06-11 21:31:49 -05:00
|
|
|
path = "benches/lib.rs"
|
2020-06-08 11:09:21 -05:00
|
|
|
test = true
|
2018-02-26 11:07:16 -06:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-08-04 07:27:48 -05:00
|
|
|
rand = "0.7"
|
2018-11-29 15:06:10 -06:00
|
|
|
|
|
|
|
[features]
|
|
|
|
# Make panics and failed asserts immediately abort without formatting any message
|
|
|
|
panic_immediate_abort = []
|