type_props 0.11.4

Type property-related traits, functions, and helpers extracted from memapi2.
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 = "2018"
rust-version = "1.46.0"
name = "type_props"
version = "0.11.4"
authors = ["echohumm"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "LICENSE-GPL",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type property-related traits, functions, and helpers extracted from memapi2."
readme = false
license = "GPL-3.0 OR MIT"

[features]
c_str = []
metadata = []
no_alloc = []
sized_hierarchy = []
std = []

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

[dependencies.rustversion]
version = "=1.0.22"