[package]
edition = "2024"
name = "copstr"
version = "0.1.4"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "COpy STRing module"
homepage = "https://github.com/lpenz/copstr"
readme = "README.md"
keywords = [
"string",
"copy",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/lpenz/copstr"
[lib]
name = "copstr"
path = "src/lib.rs"
[[test]]
name = "copstr_tests"
path = "tests/copstr_tests.rs"
[dev-dependencies.anyhow]
version = "1.0.102"