[package] name = "loe" version = "0.3.0" authors = ["Petr Nevyhoštěný "] description = "Very fast and yet another line ending (CRLF <-> LF) converter written in Rust." documentation = "https://docs.rs/loe/" readme = "README.md" keywords = ["crlf", "lf", "newline", "eol"] license = "MIT" repository = "https://github.com/pnevyk/loe" edition = "2018" [dependencies] clap = "2" yansi = "0.4" [dev-dependencies] proptest = "0.8.7" [[bin]] name = "loe" path = "src/bin/main.rs"