rocstr 0.6.2

An immutable fixed capacity stack based generic copy string
Documentation
[badges.maintenance]
status = "actively-developed"

[[bench]]
harness = false
name = "strings"
path = "benches/strings.rs"

[dependencies.bytes]
default-features = false
optional = true
version = "1.10"

[dependencies.postgres-types]
default-features = false
optional = true
version = "0.2"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.arrayvec]
version = "0.7"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.imstr]
version = "0.2"

[dev-dependencies.inlinable_string]
version = "0.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

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

[dev-dependencies.smol_str]
version = "0.3"

[dev-dependencies.toml]
version = "0.8"

[features]
default = []
postgres = ["bytes", "postgres-types", "std"]
std = ["serde/std"]

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

[package]
authors = ["Philipe Menuet Tang <philippe@ouicloud.software>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "An immutable fixed capacity stack based generic copy string"
documentation = "https://docs.rs/rocstr"
edition = "2021"
exclude = [".vscode/*", ".github/*"]
homepage = "https://github.com/OuiCloud/rocstr"
keywords = ["string", "immutable", "stack", "no_std"]
license = "MIT OR Apache-2.0"
name = "rocstr"
readme = "README.md"
repository = "https://github.com/OuiCloud/rocstr"
rust-version = "1.60"
version = "0.6.2"

[package.metadata.cargo-sync-rdme.badge]
style = "plastic"

[package.metadata.cargo-sync-rdme.badge.badges]
codecov = true
crates-io = true
docs-rs = true
maintenance = true
rust-version = true

[[package.metadata.cargo-sync-rdme.badge.badges.github-actions.workflows]]
file = "audit.yml"
name = "Security Audit"

[[package.metadata.cargo-sync-rdme.badge.badges.github-actions.workflows]]
file = "tests.yml"
name = "Unit Tests"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]