90 lines
1.8 KiB
TOML
90 lines
1.8 KiB
TOML
# 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.57"
|
|
name = "const_panic"
|
|
version = "0.2.15"
|
|
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
|
|
build = false
|
|
include = [
|
|
"Cargo.toml",
|
|
"src/**/*.rs",
|
|
"./README.md",
|
|
"LICENSE-ZLIB.md",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "const panic with formatting"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"no-std",
|
|
"format",
|
|
"const",
|
|
"panic",
|
|
]
|
|
categories = ["no-std"]
|
|
license = "Zlib"
|
|
repository = "https://github.com/rodrimati1992/const_panic/"
|
|
|
|
[package.metadata.docs.rs]
|
|
features = [
|
|
"derive",
|
|
"rust_latest_stable",
|
|
"docsrs",
|
|
]
|
|
|
|
[features]
|
|
__ui_tests = [
|
|
"trybuild",
|
|
"test",
|
|
]
|
|
default = ["non_basic"]
|
|
derive = [
|
|
"const_panic_proc_macros",
|
|
"non_basic",
|
|
]
|
|
docsrs = []
|
|
non_basic = []
|
|
rust_1_64 = []
|
|
rust_1_82 = ["rust_1_64"]
|
|
rust_1_88 = ["rust_1_82"]
|
|
rust_latest_stable = ["rust_1_88"]
|
|
test = []
|
|
|
|
[lib]
|
|
name = "const_panic"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.const_panic_proc_macros]
|
|
version = "=0.2.15"
|
|
optional = true
|
|
|
|
[dependencies.trybuild]
|
|
version = "1.0"
|
|
optional = true
|
|
|
|
[dependencies.typewit]
|
|
version = "1.9.0"
|
|
default-features = false
|
|
|
|
[dev-dependencies.arrayvec]
|
|
version = "0.7"
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.8.4"
|
|
features = ["small_rng"]
|
|
default-features = false
|