Cargo.toml

branch
dev
changeset 98
2e4517b55442
parent 95
9cb8225a3a41
parent 94
1f19c6bbf07b
child 144
44d859269132
equal deleted inserted replaced
97:4e80fb049dca 98:2e4517b55442
38 38
39 [profile.release] 39 [profile.release]
40 debug = true 40 debug = true
41 41
42 [features] 42 [features]
43 default = ["nightly"] 43 default = []
44 use_custom_thread_pool = [] 44 use_custom_thread_pool = []
45 nightly = [] # enable for higher-performance implementations of some things 45 # The nightly feature enables some additional features.
46 # Nightly-based optimisations are decided automatically by build.rs.
47 nightly = []
48
49 [build-dependencies]
50 rustc_version = "0.4"

mercurial