2019-09-20 01:09:31 +00:00
|
|
|
[package]
|
|
|
|
name = "bytemuck"
|
|
|
|
description = "A crate for mucking around with piles of bytes."
|
2020-02-07 03:45:35 +00:00
|
|
|
version = "1.2.1-alpha.0"
|
2019-09-20 01:09:31 +00:00
|
|
|
authors = ["Lokathor <zefria@gmail.com>"]
|
|
|
|
repository = "https://github.com/Lokathor/bytemuck"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["transmute", "bytes", "casting"]
|
|
|
|
categories = ["encoding", "no-std"]
|
|
|
|
edition = "2018"
|
2019-11-26 01:45:54 +00:00
|
|
|
license = "Zlib"
|
2019-09-20 01:09:31 +00:00
|
|
|
|
2019-09-22 19:07:59 +00:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|
|
|
|
|
2019-09-20 01:09:31 +00:00
|
|
|
[features]
|
|
|
|
extern_crate_alloc = []
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
appveyor = { repository = "Lokathor/bytemuck" }
|
|
|
|
travis-ci = { repository = "Lokathor/bytemuck" }
|