2017-11-12 19:26:09 -06:00
|
|
|
[package]
|
|
|
|
name = "toml_test_suite"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
publish = false
|
2019-05-08 14:12:14 -05:00
|
|
|
edition = "2018"
|
2017-11-12 19:26:09 -06:00
|
|
|
|
2019-10-29 09:10:15 -05:00
|
|
|
[[bench]]
|
|
|
|
name = "linear"
|
|
|
|
harness = false
|
|
|
|
|
2017-11-12 19:26:09 -06:00
|
|
|
[dev-dependencies]
|
2019-10-29 09:10:15 -05:00
|
|
|
bencher = "0.1"
|
2017-11-12 19:26:09 -06:00
|
|
|
toml = { path = ".." }
|
2019-07-30 12:14:17 -05:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2017-11-12 19:26:09 -06:00
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|