type_level_values 0.0.21

Crate for using type-level values and functions.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "type_level_values"
version = "0.0.21"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
include = ["Cargo.toml", "build.rs", "src/**/*.rs", "docs/**/*.rs", "docs/**/*.md", "../readme.md", "../APACHE_license", "../MIT_license"]
description = "Crate for using type-level values and functions."
readme = "../readme.md"
keywords = ["typelevel", "no-std"]
categories = ["no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rodrimati1992/type_level"
[dependencies.core_extensions]
version = "0.1.3"
features = ["typenum"]
default-features = false

[dependencies.derive_type_level]
version = "0.0.21"

[dependencies.num-traits]
version = "0.2"

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

[dependencies.typenum]
version = "1.10.0"
features = ["no_std"]
[build-dependencies.rustc_version]
version = "0.2"

[features]
default = ["std", "serde"]
large_tuples = []
std = []
[badges.travis-ci]
repository = "rodrimati1992/type_level/"