avro-rs 0.8.0

Library for working with Apache Avro in Rust
Documentation
[package]
name = "avro-rs"
version = "0.8.0"
authors = ["Flavien Raynaud <flavien.raynaud@gmail.com>", "Antonio Verardi <antonio.uccio.verardi@gmail.com>"]
description = "Library for working with Apache Avro in Rust"
license = "MIT"
readme = "README.md"
repository = "https://github.com/flavray/avro-rs"
edition = "2018"

[features]
snappy = ["byteorder", "crc", "snap"]

[dependencies]
byteorder = { version = "1.0.0", optional = true }
crc = { version = "1.3.0", optional = true }
digest = "0.8"
failure = "0.1.5"
libflate = "0.1"
rand = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snap = { version = "0.2.3", optional = true }

[dev-dependencies]
md-5 = "0.8"
lazy_static = "^1.1"
sha2 = "0.8"