[package] name = "all-is-bytes" version = "0.1.0" description = "Because everything is just a bunch of bytes... right?" authors = ["wackbyte "] edition = "2018" rust-version = "1.56" # 1.38 (`rust-version` was introduced in 1.56) readme = "README.md" license = "Unlicense" repository = "https://gitlab.com/wackbyte/all-is-bytes" keywords = ["bytes", "cast", "raw"] categories = ["no-std", "no-std::no-alloc", "rust-patterns"] include = [ "/README.md", "/UNLICENSE", "/CHANGELOG.md", "/src", ]