loe 0.3.0

Very fast and yet another line ending (CRLF <-> LF) converter written in Rust.
Documentation
[[bin]]
name = "loe"
path = "src/bin/main.rs"
[dependencies.clap]
version = "2"

[dependencies.yansi]
version = "0.4"
[dev-dependencies.proptest]
version = "0.8.7"

[package]
authors = ["Petr Nevyhoštěný <petr.nevyhosteny@gmail.com>"]
description = "Very fast and yet another line ending (CRLF <-> LF) converter written in Rust."
documentation = "https://docs.rs/loe/"
edition = "2018"
keywords = ["crlf", "lf", "newline", "eol"]
license = "MIT"
name = "loe"
readme = "README.md"
repository = "https://github.com/pnevyk/loe"
version = "0.3.0"