# 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 = "arrow-rayon" version = "0.0.3" authors = ["xhwhis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Use parallel iterators for Apache Arrow with rayon" documentation = "https://docs.rs/arrow-rayon" readme = "README.md" keywords = [ "arrow", "concurrency", "parallel", ] categories = ["concurrency"] license = "Unlicense" repository = "https://github.com/xhwhis/arrow-rayon" [lib] name = "arrow_rayon" path = "src/lib.rs" [dependencies.arrow-array] version = "52.2.0" [dependencies.arrow-buffer] version = "52.2.0" [dependencies.arrow-data] version = "52.2.0" [dependencies.arrow-schema] version = "52.2.0" [dependencies.half] version = "2.4.1" [dependencies.rayon] version = "1.10.0" [lints.clippy] alloc_instead_of_core = "warn" doc_markdown = "warn" empty_structs_with_brackets = "warn" explicit_into_iter_loop = "warn" explicit_iter_loop = "warn" filter_map_next = "warn" flat_map_option = "warn" get_unwrap = "warn" implicit_clone = "warn" inconsistent_struct_constructor = "warn" manual_assert = "warn" manual_let_else = "warn" manual_ok_or = "warn" print_stderr = "warn" print_stdout = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_clone = "warn" redundant_type_annotations = "warn" rest_pat_in_fully_bound_structs = "warn" str_to_string = "warn" string_to_string = "warn" trait_duplication_in_bounds = "warn" type_repetition_in_bounds = "warn" uninlined_format_args = "warn" unnecessary_wraps = "warn" unnested_or_patterns = "warn" unused_async = "warn" used_underscore_binding = "warn" [lints.rust] macro_use_extern_crate = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unused_crate_dependencies = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn"