# 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.10" authors = ["rodrimati1992 "] build = false include = [ "Cargo.toml", "src/**/*.rs", "./README.md", "LICENSE-ZLIB.md", ] 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_1_64", "docsrs", ] [lib] name = "const_panic" path = "src/lib.rs" [dependencies.const_panic_proc_macros] version = "=0.2.1" optional = true [dependencies.typewit] version = "1.9.0" optional = true [dev-dependencies.arrayvec] version = "0.7" [dev-dependencies.rand] version = "0.8.4" features = ["small_rng"] default_features = false [features] default = ["non_basic"] derive = [ "const_panic_proc_macros", "non_basic", ] docsrs = [] non_basic = ["typewit"] rust_1_64 = [] test = []