2019-09-20 01:09:31 +00:00
|
|
|
[package]
|
|
|
|
name = "bytemuck"
|
|
|
|
description = "A crate for mucking around with piles of bytes."
|
2020-07-24 01:30:33 +00:00
|
|
|
version = "1.3.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"
|
2020-02-17 10:01:13 +00:00
|
|
|
exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml", "/bors.toml", "/pedantic.bat"]
|
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" }
|