# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" 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" [[bin]] name = "loe" path = "src/bin/main.rs" [dependencies.clap] version = "2" [dependencies.yansi] version = "0.4" [dev-dependencies.proptest] version = "0.8.7"