Skip to content

Commit

Permalink
wpi
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 7, 2020
1 parent 973be4d commit 0f1938a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Expand Up @@ -21,6 +21,10 @@ fallible-iterator = { version = "0.2.0", default-features = false, optional = tr
indexmap = { version = "1.0.2", optional = true }
stable_deref_trait = { version = "1.1.0", default-features = false, optional = true }

core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
alloc = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-alloc' }
compiler_builtins = { version = '0.1.2', optional = true }

[dev-dependencies]
crossbeam = "0.7.1"
getopts = "0.2"
Expand All @@ -37,6 +41,7 @@ read = ["stable_deref_trait"]
write = ["indexmap"]
std = ["fallible-iterator/std", "stable_deref_trait/std"]
default = ["read", "write", "std", "fallible-iterator"]
rustc-dep-of-std = ['core', 'alloc', 'compiler_builtins', 'stable_deref_trait/rustc-dep-of-std']

[profile.bench]
debug = true
Expand Down

0 comments on commit 0f1938a

Please sign in to comment.