constant-string 0.0.3

Constant string.
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 = "constant-string"
version = "0.0.3"
authors = ["Rust for Web <info@rustforweb.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Constant string."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RustForWeb/constant-string"

[package.metadata.docs.rs]
all-features = true

[features]
serde = ["dep:serde"]
utoipa = ["dep:utoipa"]

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.utoipa]
version = "5.4.0"
optional = true

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

[dev-dependencies.utoipa]
version = "5.4.0"
features = ["debug"]

[lints.clippy]
panic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "deny"