14 lines
316 B
TOML
14 lines
316 B
TOML
[package]
|
|
name = "fallible-streaming-iterator"
|
|
version = "0.1.9"
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
|
description = "Fallible streaming iteration"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/sfackler/fallible-streaming-iterator"
|
|
readme = "README.md"
|
|
|
|
[features]
|
|
std = []
|
|
|
|
[dependencies]
|