tstr 0.3.1

type-level strings on stable
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"
rust-version = "1.88.0"
name = "tstr"
version = "0.3.1"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "LICENSE-ZLIB.md",
    "../readme.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "type-level strings on stable"
documentation = "https://docs.rs/tstr"
readme = "readme.md"
keywords = [
    "no-std",
    "string",
]
categories = [
    "no-std",
    "rust-patterns",
    "data-structures",
]
license = "Zlib"
repository = "https://github.com/rodrimati1992/tstr_crates/"

[package.metadata.docs.rs]
features = [
    "docsrs",
    "const_panic",
    "nightly_str_generics",
]

[features]
__ui_tests = ["trybuild"]
const_panic = ["dep:const_panic"]
default = ["const_panic"]
docsrs = []
nightly_str_generics = ["str_generics"]
serde = ["dep:serde"]
str_generics = [
    "tstr_proc_macros/str_generics",
    "typewit/adt_const_marker",
]
use_syn = ["tstr_proc_macros/use_syn"]

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

[dependencies.const_panic]
version = "0.2.14"
features = ["rust_1_82"]
optional = true
default-features = false

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

[dependencies.trybuild]
version = "1.0"
optional = true

[dependencies.tstr_proc_macros]
version = "0.3.0"

[dependencies.typewit]
version = "1.13"
features = ["rust_1_61"]
default-features = false

[dev-dependencies.const_panic]
version = "0.2.14"
features = [
    "non_basic",
    "rust_1_82",
]
default-features = false

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