aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 4675edbbf1bfd182503d4ad2a58402c3dcf1d69b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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]