# This file is part of ICU4X. For terms of use, please see the file # called LICENSE at the top level of the ICU4X source tree # (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). [package] name = "crlify" version = "1.0.4" keywords = ["io", "crlf", "windows", "line", "ending"] description = "A std::io::Write wrapper that replaces \n with \r\n on Windows." documentation = "https://docs.rs/litemap" authors.workspace = true edition.workspace = true include.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true [package.metadata.workspaces] independent = true