[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"