dir_lines_streamer 0.2.0

Read files inside a directory line-by-line, one file after the other (in human-alphabetical order)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "dir_lines_streamer"
version = "0.2.0"
authors = ["Nicolas Bigaouette <nbigaouette@elementai.com>"]
description = "Read files inside a directory line-by-line, one file after the other (in human-alphabetical order)"
homepage = "https://github.com/ElementAI/dir_lines_streamer"
readme = "README.md"
keywords = ["iterator", "directory", "file", "filesystem"]
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ElementAI/dir_lines_streamer"
[dependencies.alphanumeric-sort]
version = "1.0"

[dependencies.failure]
version = "0.1"

[dependencies.flate2]
version = "1.0"
features = ["rust_backend"]
optional = true
default-features = false

[dependencies.log]
version = "0.4"
[dev-dependencies.env_logger]
version = "0.6"

[features]
default = ["gz"]
gz = ["flate2"]