# Copyright © 2017 Trevor Spiteri # Licensed under the Apache License, Version 2.0 or the MIT license # , at your # option. This file may not be copied, modified, or distributed # except according to those terms. [package] name = "sconcat" version = "0.2.1" authors = ["Trevor Spiteri "] description = "String concatenation" documentation = "https://docs.rs/sconcat/" repository = "https://gitlab.com/tspiteri/sconcat" readme = "README.md" keywords = ["concatenation", "string"] categories = ["rust-patterns"] license = "MIT/Apache-2.0" [dependencies.fast_fmt] version = "0.1.2" optional = true