# 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 = "rust-newline-converter-cli" version = "0.1.2" authors = ["Michal Borejszo "] description = "Newline byte converter library" readme = "README.md" keywords = [ "newline", "linebreak", "conversion", ] categories = [ "encoding", "command-line-utilities", ] license = "MIT" repository = "https://github.com/spitfire05/rnc" [[bin]] name = "rnc" path = "src/main.rs" [dependencies.clap] version = "2.33.1" [dependencies.content_inspector] version = "0.2.4" [dependencies.encoding] version = "0.2" [dependencies.log] version = "0.4.8" [dependencies.newline-converter] version = "0.2.2" [dependencies.simplelog] version = "0.8.0" [dev-dependencies.assert_cmd] version = "0.10" [dev-dependencies.escargot] version = "0.5" [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3"