iris-source 0.2.0

Range oriented data sources for iris: file, mapped file, object store.
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"
rust-version = "1.98"
name = "iris-source"
version = "0.2.0"
authors = ["iris contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Range oriented data sources for iris: file, mapped file, object store."
homepage = "https://github.com/tamnd/iris"
readme = "README.md"
keywords = [
    "arrow",
    "columnar",
    "wasm",
    "self-decoding",
    "file-format",
]
categories = [
    "database-implementations",
    "encoding",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/tamnd/iris"

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

[dependencies.bytes]
version = "1.12.1"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tracing]
version = "0.1.44"

[lints.clippy]
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
dbg_macro = "warn"
missing_panics_doc = "warn"
missing_safety_doc = "deny"
mod_module_files = "warn"
multiple_crate_versions = "allow"
todo = "warn"
undocumented_unsafe_blocks = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

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

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1