# 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 = "2021" rust-version = "1.67.1" name = "linebreak" version = "0.3.1" authors = ["Takayuki Sato "] description = "A library for breaking a given text into lines within a specified width." documentation = "https://docs.rs/linebreak" readme = "README.md" keywords = [ "line", "break", "wrap", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/sttk/linebreak-rust" [dependencies.icu] version = "1.4" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows] version = "0.53" features = [ "Win32_Foundation", "Win32_System_Console", ]