copc-streaming 0.1.4

Async streaming COPC (Cloud-Optimized Point Cloud) reader
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 = "copc-streaming"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async streaming COPC (Cloud-Optimized Point Cloud) reader"
readme = "README.md"
keywords = [
    "copc",
    "pointcloud",
    "lidar",
    "las",
    "streaming",
]
categories = [
    "science::geo",
    "rendering::data-formats",
]
license = "MIT"
repository = "https://github.com/360-geo/copc"

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

[dependencies.byteorder]
version = "1"

[dependencies.las]
version = "0.9"
features = ["laz"]

[dependencies.laz]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]