# 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 = "pure_lines" version = "0.2.0" authors = ["maplepie"] description = "A tool that beautify multiple lines" readme = "README.md" keywords = ["lines", "string", "multiple"] license = "MIT" repository = "https://github.com/maplepie/pure_lines" [[example]] name = "pure_lines" path = "examples/pure_lines.rs" [[test]] name = "pure_lines" path = "tests/pure_lines.rs" [[bench]] name = "pure_lines" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [features] quick = []