# 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" rust-version = "1.37.0" name = "line-wrap" version = "0.2.0" authors = ["Marshall Pierce "] description = "Efficiently insert line separators" documentation = "https://docs.rs/line-wrap/" readme = "README.md" keywords = [ "line-wrap", "line", "wrap", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://bitbucket.org/marshallpierce/line-wrap-rs/src" [profile.bench] debug = 2 [profile.test] opt-level = 1 [dependencies] [dev-dependencies.rand] version = "0.8.5"