avro-schema 0.3.0

Apache Avro specification
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 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 = "2018"
name = "avro-schema"
version = "0.3.0"
authors = ["Jorge C. Leitao <jorgecarleitao@gmail.com>"]
description = "Apache Avro specification"
homepage = "https://github.com/DataEngineeringLabs/avro-schema"
readme = "README.md"
keywords = [
    "avro",
    "analytics",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/DataEngineeringLabs/avro-schema"

[dependencies.async-stream]
version = "0.3.2"
optional = true

[dependencies.crc]
version = "2"
optional = true

[dependencies.fallible-streaming-iterator]
version = "0.1"

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.libflate]
version = "1.1.1"
optional = true

[dependencies.serde]
version = "1.0"
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false

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

[features]
async = [
    "futures",
    "async-stream",
]
compression = [
    "libflate",
    "snap",
    "crc",
]
default = []
full = [
    "compression",
    "async",
]