# 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 = "newline-converter" version = "0.3.0" authors = ["Michal Borejszo "] description = "Newline byte converter library" readme = "README.md" keywords = [ "newline", "linebreak", "conversion", ] categories = [ "encoding", "text-processing", ] license = "MIT" repository = "https://github.com/spitfire05/rnc/tree/master/crates/newline-converter" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.unicode-segmentation] version = "1.10" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.fancy-regex] version = "0.10" [dev-dependencies.lazy-regex] version = "2.3" [dev-dependencies.once_cell] version = "1.15" [dev-dependencies.quickcheck] version = "1"