daft-ext 0.1.1

Daft extension SDK for building custom extensions
Documentation
# 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 = "2024"
name = "daft-ext"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daft extension SDK for building custom extensions"
homepage = "https://docs.daft.ai"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Eventual-Inc/Daft"

[package.metadata.cargo-machete]
ignored = [
    "arrow-data-56",
    "arrow-data-57",
    "arrow-data-58",
    "arrow-schema-56",
    "arrow-schema-57",
    "arrow-schema-58",
]

[features]
arrow-56 = [
    "dep:arrow-schema-56",
    "dep:arrow-data-56",
]
arrow-57 = [
    "dep:arrow-schema-57",
    "dep:arrow-data-57",
]
arrow-58 = [
    "dep:arrow-schema-58",
    "dep:arrow-data-58",
]

[lib]
name = "daft_ext"
path = "src/lib.rs"

[dependencies.arrow-data-56]
version = "56"
features = ["ffi"]
optional = true
package = "arrow-data"

[dependencies.arrow-data-57]
version = "57"
features = ["ffi"]
optional = true
package = "arrow-data"

[dependencies.arrow-data-58]
version = "58"
features = ["ffi"]
optional = true
package = "arrow-data"

[dependencies.arrow-schema-56]
version = "56"
features = ["ffi"]
optional = true
package = "arrow-schema"

[dependencies.arrow-schema-57]
version = "57"
features = ["ffi"]
optional = true
package = "arrow-schema"

[dependencies.arrow-schema-58]
version = "58"
features = ["ffi"]
optional = true
package = "arrow-schema"

[dependencies.daft-ext-macros]
version = "0.1.0"

[lints.clippy]
as_conversions = "allow"
cast-sign-loss = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cognitive_complexity = "allow"
dbg_macro = "deny"
default_trait_access = "allow"
doc-markdown = "allow"
doc_link_with_quotes = "allow"
enum_glob_use = "allow"
float_cmp = "allow"
fn_params_excessive_bools = "allow"
from_iter_instead_of_collect = "allow"
future_not_send = "allow"
if_not_else = "allow"
implicit_hasher = "allow"
inline_always = "allow"
into_iter_without_iter = "allow"
items_after_statements = "allow"
iter_with_drain = "allow"
iter_without_into_iter = "allow"
manual_let_else = "allow"
many_single_char_names = "allow"
map_unwrap_or = "allow"
match_bool = "allow"
match_same_arms = "allow"
match_wildcard_for_single_variants = "allow"
missing-panics-doc = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
mutable_key_type = "allow"
needless_pass_by_value = "allow"
needless_return = "allow"
nonminimal_bool = "allow"
only_used_in_recursion = "allow"
option_if_let_else = "allow"
redundant_closure = "allow"
redundant_closure_for_method_calls = "allow"
redundant_else = "allow"
redundant_pub_crate = "allow"
return_self_not_must_use = "allow"
significant_drop_in_scrutinee = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
single_match = "allow"
single_match_else = "allow"
struct_excessive_bools = "allow"
suspicious_operation_groupings = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
type_repetition_in_bounds = "allow"
uninlined_format_args = "allow"
unnecessary_wraps = "allow"
unnested_or_patterns = "allow"
unreadable_literal = "allow"
unsafe_derive_deserialize = "allow"
unused_async = "allow"
unused_self = "allow"
use-self = "deny"
used_underscore_binding = "allow"
useless_conversion = "allow"
wildcard_imports = "allow"
zero_sized_map_values = "allow"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = 1