smart-string 0.3.0

A collection of string types and traits designed for enhanced string manipulation.
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"
rust-version = "1.59"
name = "smart-string"
version = "0.3.0"
authors = ["Alexander Irbis <irbis.labs@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of string types and traits designed for enhanced string manipulation."
homepage = "https://github.com/irbis-labs/smart-string"
documentation = "https://docs.rs/smart-string/"
readme = "README.md"
keywords = [
    "string",
    "inline",
    "display",
    "no-heap",
    "optimization",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/irbis-labs/smart-string"

[badges]

[features]
default = ["serde"]

[lib]
name = "smart_string"
path = "src/lib.rs"

[dependencies.rustversion]
version = "1"

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"