# 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 = "orcrs" version = "0.5.0" authors = ["Travis Brown "] exclude = [ ".github/*", ".codecov.yml", "examples/*", "test-gen/*", "scripts/*", ] description = "An Apache ORC file reader for Rust" homepage = "https://github.com/travisbrown/orcrs" readme = "README.md" keywords = [ "orc", "apache-orc", ] categories = ["parser-implementations"] license-file = "LICENSE" repository = "https://github.com/travisbrown/orcrs" [dependencies.bit-vec] version = "0.6" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.csv] version = "1.0" [dependencies.flate2] version = "1.0" [dependencies.integer-encoding] version = "3.0" [dependencies.log] version = "0.4" [dependencies.protobuf] version = "3.1" [dependencies.serde] version = "1" [dependencies.serde-aux] version = "4" [dependencies.simplelog] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.zstd] version = "0.12" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.serde_json] version = "1" [build-dependencies.protobuf-codegen] version = "3.1" [build-dependencies.reqwest] version = "0.11" features = ["blocking"]