indented_text_writer 0.4.0

A simple IndentedTextWriter
Documentation
# 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"
name = "indented_text_writer"
version = "0.4.0"
authors = ["Taiyoung Jang <taiyoung.jang@gmail.com>"]
description = "A simple IndentedTextWriter"
documentation = "https://docs.rs/indented_text_writer"
readme = "README.md"
keywords = [
    "string",
    "indent",
    "text_writer",
]
license = "MIT"
repository = "https://github.com/taiyoungjang/rs_indented_text_writer"

[dependencies]