Skip to content

Commit

Permalink
switch to quickcheck attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbla committed Aug 1, 2019
1 parent 7df174a commit 21dfd8f
Showing 2 changed files with 186 additions and 213 deletions.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ readme = "README.md"
build = "build.rs"

[package.metadata.docs.rs]
features = ["std", "serde", "rand", "quickcheck"]
features = ["std", "serde", "rand", "quick_check"]

[[bench]]
name = "bigint"
@@ -58,13 +58,19 @@ optional = true
version = "0.8"
default-features = false

[dependencies.quickcheck_macros]
optional = true
version = "0.8"
default-features = false

[dev-dependencies.serde_test]
version = "1.0"

[features]
default = ["std"]
i128 = ["num-integer/i128", "num-traits/i128"]
std = ["num-integer/std", "num-traits/std"]
quick_check = ["quickcheck","quickcheck_macros"]

[build-dependencies]
autocfg = "0.1.2"
Loading

0 comments on commit 21dfd8f

Please sign in to comment.