copc-reader 0.9.0

Pure-Rust COPC reader with public hierarchy access
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 = "2021"
rust-version = "1.88"
name = "copc-reader"
version = "0.9.0"
build = false
exclude = [
    "tests/**",
    "benches/**",
]
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"

[features]
http = ["dep:ureq"]
http-tls = [
    "http",
    "ureq/rustls",
]
parallel = ["dep:rayon"]

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

[dependencies.byteorder]
version = "1"

[dependencies.copc-core]
version = "0.9.0"

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

[dependencies.laz]
version = "0.12"

[dependencies.rayon]
version = "1"
optional = true

[dependencies.ureq]
version = "3"
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"
default-features = false

[dev-dependencies.tiny_http]
version = "0.12"