[dependencies]
[lib]
name = "convert_to_spaces"
path = "src/lib.rs"
[package]
authors = ["Radim Kolar <hsn@sendmail.cz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "development-tools::build-utils"]
description = "Convert tabs to spaces in a string"
edition = "2021"
homepage = "https://gitlab.com/hsn10/convert-to-spaces"
keywords = ["tab", "tabs", "space", "spaces"]
license = "Unlicense OR CC0-1.0"
name = "convert-to-spaces"
readme = "README.md"
repository = "https://gitlab.com/hsn10/convert-to-spaces.git"
rust-version = "1.56"
version = "0.1.1"