Cargo Features

[dependencies]
tree = { version = "0.4.1", default-features = false, features = ["range", "ordered_iter", "quickcheck"] }
default = ordered_iter, quickcheck

These default features are set whenever tree is added without default-features = false somewhere in the dependency tree.

range

Affects map::IntoRange, map::Range, map::RangeMut, iter::Range, set::IntoRange, set::Range

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ordered_iter default
quickcheck default

Enables quickcheck ^0.2