[package]
edition = "2021"
rust-version = "1.77"
name = "copc-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared COPC metadata, hierarchy, streaming point, and error types"
homepage = "https://github.com/roteiro-gis/copc-rust"
documentation = "https://docs.rs/copc-core"
readme = "README.md"
keywords = [
"copc",
"las",
"laz",
"point-cloud",
"gis",
]
categories = [
"science",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/roteiro-gis/copc-rust"
[lib]
name = "copc_core"
path = "src/lib.rs"
[dependencies.las]
version = "0.8"
features = ["laz"]
[dependencies.thiserror]
version = "2"