# 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] edition = "2018" name = "avro-rs" version = "0.13.0" authors = ["Flavien Raynaud ", "Antonio Verardi "] description = "Library for working with Apache Avro in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/flavray/avro-rs" [lib] path = "src/lib.rs" bench = false [[bench]] name = "serde" harness = false [[bench]] name = "serde_json" harness = false [[bench]] name = "single" harness = false [dependencies.byteorder] version = "1.0.0" [dependencies.crc] version = "1.3.0" optional = true [dependencies.digest] version = "0.9" [dependencies.lazy_static] version = "^1.1" [dependencies.libflate] version = "1" [dependencies.num-bigint] version = "0.2.6" [dependencies.rand] version = "0.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.snap] version = "0.2.3" optional = true [dependencies.strum] version = "0.18.0" [dependencies.strum_macros] version = "0.18.0" [dependencies.thiserror] version = "1.0" [dependencies.typed-builder] version = "0.5.1" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dependencies.zerocopy] version = "0.3.0" [dev-dependencies.anyhow] version = "1.0.31" [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.hex-literal] version = "0.3.1" [dev-dependencies.md-5] version = "0.9" [dev-dependencies.sha2] version = "0.9" [features] snappy = ["crc", "snap"]