in-situ 0.3.0

In Situ Endian-independent Bytes Access
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "in-situ"
version = "0.3.0"
authors = ["Rouven Spreckels <n3vu0r@qu1x.org>"]
include = ["src/lib.rs", "Cargo.toml", "README.md", "RELEASES.md"]
description = "In Situ Endian-independent Bytes Access"
homepage = "https://qu1x.org/in-situ"
documentation = "https://docs.rs/in-situ"
readme = "README.md"
keywords = ["in-situ", "endian-independent", "bytes-access", "zero-copy", "parsing"]
categories = ["data-structures", "encoding", "parsing"]
license = "Fair"
repository = "https://github.com/qu1x/in-situ"
[dependencies.byteorder]
version = "1.2"
features = ["i128"]

[dependencies.bytes]
version = "0.4"
[badges.travis-ci]
repository = "qu1x/in-situ"