typewit 1.15.1

type-witness-based abstractions, mostly for emulating polymorphism in const fns
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 = "2021"
rust-version = "1.57.0"
name = "typewit"
version = "1.15.1"
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 = "type-witness-based abstractions, mostly for emulating polymorphism in const fns"
documentation = "https://docs.rs/typewit/"
readme = "README.md"
keywords = [
    "const_fn",
    "GADT",
    "type_witness",
    "type-equality",
    "refl",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "Zlib"
repository = "https://github.com/rodrimati1992/typewit/"

[package.metadata.docs.rs]
features = [
    "alloc",
    "rust_stable",
    "adt_const_marker",
    "generic_const_exprs",
    "docsrs",
]

[features]
__test_doc_lints = []
__test_serde = [
    "serde",
    "serde_json",
    "postcard",
]
__ui_tests = ["trybuild"]
adt_const_marker = ["rust_stable"]
alloc = []
const_marker = []
const_marker_extra_impls = []
default = [
    "proc_macros",
    "const_marker_extra_impls",
]
docsrs = []
generic_const_exprs = ["rust_stable"]
mut_refs = ["rust_stable"]
nightly_mut_refs = ["mut_refs"]
proc_macros = ["typewit_proc_macros"]
rust_1_61 = []
rust_1_65 = ["rust_1_61"]
rust_1_83 = ["rust_1_65"]
rust_stable = ["rust_1_83"]
serde = ["serde_"]

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

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

[dependencies.serde_]
version = "1.0.200"
optional = true
default-features = false
package = "serde"

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

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

[dependencies.typewit_proc_macros]
version = "=1.8.1"
optional = true

[dev-dependencies.arrayvec]
version = "0.7"
default-features = false