thrift_codec 0.1.1

A library for encoding/decoding binaries specified by the thrift protocol
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 = "thrift_codec"
version = "0.1.1"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A library for encoding/decoding binaries specified by the thrift protocol"
homepage = "https://github.com/sile/thrift_codec"
readme = "README.md"
keywords = ["thrift"]
license = "MIT"
repository = "https://github.com/sile/thrift_codec"

[[example]]
name = "decode_message"
required-features = ["serde"]

[[example]]
name = "encode_message"
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.byteorder]
version = "1"

[dependencies.trackable]
version = "0.2"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.serdeconv]
version = "0.3"
[badges.codecov]
repository = "sile/thrift_codec"

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