[package] name = "fallible-iterator" version = "0.3.0" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0" description = "Fallible iterator traits" repository = "https://github.com/sfackler/rust-fallible-iterator" readme = "README.md" categories = ["algorithms", "no-std"] [features] default = ["alloc"] alloc = [] # Legacy feature, no longer needed but retained for backwards compatibility. std = ["alloc"]