[package]
name = "flexstr"
version = "0.1.0"
authors = ["Scott Meeuwsen <smeeuwsen@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A flexible, simple to use, immutable, clone-efficient `String` replacement for Rust"
repository = "https://github.com/nu11ptr/flexstr"
documentation = "https://docs.rs/flexstr"
keywords = ["string", "rc_str", "arc_str", "refcount", "wrapper"]
categories = ["data-structures", "memory-management", "no-std", "text-processing"]
readme = "README.md"
edition = "2021"
[dependencies]
serde = { version = "1", optional=true }