inline_string 0.1.2

An array-based string type
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 = "2024"
name = "inline_string"
version = "0.1.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An array-based string type"
readme = "README.md"
license = "Apache-2.0"
repository = "https://git.sr.ht/~alphakeks/inline_string.rs"

[features]
alloc = []
serde = ["dep:serde_core"]
sqlx = [
    "alloc",
    "dep:sqlx-core",
]

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

[dependencies.serde_core]
version = "1.0.228"
optional = true
default-features = false

[dependencies.sqlx-core]
version = "0.8.6"
optional = true
default-features = false