[package]
edition = "2021"
rust-version = "1.77"
name = "copc-reader"
version = "0.1.0"
build = false
exclude = [
"tests/external_fixtures.rs",
"tests/fixtures/external/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust COPC reader with public hierarchy access"
homepage = "https://github.com/roteiro-gis/copc-rust"
documentation = "https://docs.rs/copc-reader"
readme = "README.md"
keywords = [
"copc",
"las",
"laz",
"point-cloud",
"gis",
]
categories = [
"science",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/roteiro-gis/copc-rust"
[lib]
name = "copc_reader"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1"
[dependencies.copc-core]
version = "0.1.0"
[dependencies.las]
version = "0.8"
features = ["laz"]
[dependencies.laz]
version = "0.8"