# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "byte" version = "0.2.7" authors = ["andylokandy"] description = "A low-level, zero-copy and panic-free serializer and deserializer for binary." homepage = "https://github.com/andylokandy/byte" documentation = "https://docs.rs/byte" readme = "README.md" keywords = [ "binary", "parser", "bytes", "scroll", "no_std", ] categories = [ "no-std", "embedded", "encoding", "parsing", ] license = "MIT/Apache-2.0" repository = "https://github.com/andylokandy/byte" [dev-dependencies.byteorder] version = "1.0.0" [dev-dependencies.quickcheck] version = "0.3"