2017-02-09 08:06:28 +01:00
|
|
|
[package]
|
|
|
|
name = "strum_tests"
|
2023-06-18 02:28:04 +02:00
|
|
|
version = "0.25.0"
|
2020-09-17 20:21:21 +02:00
|
|
|
edition = "2018"
|
2017-02-09 08:06:28 +01:00
|
|
|
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
|
|
|
|
2022-05-01 00:23:28 +02:00
|
|
|
[features]
|
2022-05-01 00:26:54 +02:00
|
|
|
default = []
|
2022-05-01 00:23:28 +02:00
|
|
|
test_phf = ["strum/phf"]
|
|
|
|
|
2017-02-09 08:06:28 +01:00
|
|
|
[dependencies]
|
2019-06-23 13:39:28 +02:00
|
|
|
strum = { path = "../strum", features = ["derive"] }
|
2019-07-15 19:06:33 +02:00
|
|
|
strum_macros = { path = "../strum_macros", features = [] }
|
2022-01-09 18:37:17 +01:00
|
|
|
clap = "=2.33.0"
|
2021-05-15 09:28:52 +02:00
|
|
|
enum_variant_type = "=0.2.0"
|
2019-07-15 19:06:33 +02:00
|
|
|
structopt = "0.2.18"
|
2021-10-02 17:30:03 +02:00
|
|
|
bitflags = "=1.2"
|
2022-04-19 21:06:39 +02:00
|
|
|
if_rust_version = "1.0"
|
2020-09-17 07:01:05 +02:00
|
|
|
|
2021-10-26 21:16:57 +02:00
|
|
|
[dev-dependencies]
|
|
|
|
rustversion = "1.0"
|