bytecodec 0.4.0

A tiny framework for implementing encoders/decoders of byte-oriented protocols
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 = "bytecodec"
version = "0.4.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A tiny framework for implementing encoders/decoders of byte-oriented protocols"
homepage = "https://github.com/sile/bytecodec"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sile/bytecodec"
[package.metadata.docs.rs]
all-features = true
[dependencies.bincode]
version = "1"
optional = true

[dependencies.byteorder]
version = "1"

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.trackable]
version = "0.2"

[features]
bincode_codec = ["serde", "bincode"]
json_codec = ["serde", "serde_json"]
[badges.codecov]
repository = "sile/bytecodec"

[badges.travis-ci]
repository = "sile/bytecodec"