1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00
strum/strum_tests/Cargo.toml

22 lines
449 B
TOML
Raw Normal View History

[package]
name = "strum_tests"
version = "0.25.0"
edition = "2018"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
[features]
2022-05-01 00:26:54 +02:00
default = []
test_phf = ["strum/phf"]
[dependencies]
strum = { path = "../strum", features = ["derive"] }
strum_macros = { path = "../strum_macros", features = [] }
clap = "=2.33.0"
enum_variant_type = "=0.2.0"
structopt = "0.2.18"
bitflags = "=1.2"
2022-04-19 21:06:39 +02:00
if_rust_version = "1.0"
[dev-dependencies]
rustversion = "1.0"