[badges.travis-ci]
repository = "rodrimati1992/zeroable_crates/"
[dependencies.bytemuck]
version = "1.0"
[dependencies.zeroable_derive]
version = "0.1.0"
[features]
nightly_testing = ["testing"]
print_type = []
testing = []
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "Provides a derive for `bytemuck::Zeroable`"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "../readme.md", "../APACHE_license", "../MIT_license"]
keywords = ["no-std"]
license = "MIT/Apache-2.0"
name = "zeroable"
readme = "../readme.md"
repository = "https://github.com/rodrimati1992/zeroable_crates"
version = "0.1.1"