bytemuck/Cargo.toml
2019-11-03 23:43:15 -07:00

22 lines
548 B
TOML

[package]
name = "bytemuck"
description = "A crate for mucking around with piles of bytes."
version = "0.1.1-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
keywords = ["transmute", "bytes", "casting"]
categories = ["encoding", "no-std"]
edition = "2018"
license = "BlueOak-1.0.0"
[package.metadata.docs.rs]
all-features = true
[features]
extern_crate_alloc = []
[badges]
appveyor = { repository = "Lokathor/bytemuck" }
travis-ci = { repository = "Lokathor/bytemuck" }