copc-reader 0.1.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.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"