# 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 = "2021" name = "ruhvro" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast, multi-threaded deserialization of schema-less avro encoded messages" readme = "README.md" keywords = [ "avro", "arrow", "kafka", ] license = "MIT" repository = "https://github.com/Tyler-Sch/pyruhvro" [lib] name = "ruhvro" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.apache-avro] version = "0.16.0" [dependencies.arrow] version = "52.0.0" features = ["pyarrow"] [dependencies.rayon] version = "1.9.0"