# 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] rust-version = "1.63" name = "orcxx" version = "0.5.0" authors = ["Software Heritage developers "] build = "build.rs" exclude = [ "orc/c++/test/", "orc/docker/", "orc/examples/", "orc/java/", "orc/site/", "orc/tools/", "orc/.*", ] description = "Rust bindings for the official C++ library for Apache ORC" homepage = "https://gitlab.softwareheritage.org/swh/devel/orcxx-rs" readme = "README.md" keywords = [ "orc", "apache-orc", "proc-macros", ] categories = [ "encoding", "parser-implementations", ] license = "GPL-3.0-or-later AND Apache-2.0 AND BSD-3-Clause AND Zlib" repository = "https://gitlab.softwareheritage.org/swh/devel/orcxx-rs" [dependencies.chrono] version = "0.4.26" optional = true [dependencies.cxx] version = "1.0" [dependencies.json] version = "0.12.4" optional = true [dependencies.rayon] version = "1.7.0" optional = true [dependencies.rust_decimal] version = "1.30.0" [dependencies.thiserror] version = "1.0.48" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tempfile] version = "3.6.0" [build-dependencies.cxx-build] version = "1.0" [build-dependencies.thiserror] version = "1.0.48" [features] json = [ "dep:json", "dep:chrono", ] rayon = ["dep:rayon"]