copc-temporal 0.1.5

COPC Temporal Index Extension reader for time-range filtering of point clouds
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-temporal"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "COPC Temporal Index Extension reader for time-range filtering of point clouds"
readme = "README.md"
keywords = [
    "copc",
    "pointcloud",
    "lidar",
    "temporal",
    "gps-time",
]
categories = [
    "science::geo",
    "rendering::data-formats",
]
license = "MIT"
repository = "https://github.com/360-geo/copc"

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

[dependencies.byteorder]
version = "1"

[dependencies.copc-streaming]
version = "0.1.5"

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

[dependencies.thiserror]
version = "2"

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