# 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_derive" version = "0.5.0" authors = ["Software Heritage developers "] description = "Procedural macros to deserialize structures from Apache ORC using orcxx." 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" repository = "https://gitlab.softwareheritage.org/swh/devel/orcxx-rs" [lib] proc-macro = true [dependencies.chrono] version = "0.4.26" optional = true [dependencies.orcxx] version = "0.5.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dependencies.unsafe_unwrap] version = "0.1.0" [dev-dependencies.rayon] version = "1.7.0" [dev-dependencies.rust_decimal] version = "1.30.0" [dev-dependencies.rust_decimal_macros] version = "1.30.0" [features] chrono = ["dep:chrono"] rayon = ["orcxx/rayon"]