laz 0.9.3

Rust port of Laszip compression. of the LAS format
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.num-traits]
version = "0.2.14"

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

[dev-dependencies.clap]
features = ["derive"]
version = "4.5.3"

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

[dev-dependencies.glob]
version = "0.3.0"

[dev-dependencies.indicatif]
version = "0.17.8"

[[example]]
name = "check"
path = "examples/check.rs"

[features]
default = []
parallel = ["rayon"]

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

[package]
authors = ["tmontaigu <thomas.montaigu@laposte.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust port of Laszip compression. of the LAS format"
edition = "2021"
exclude = ["tests/data"]
license = "Apache-2.0"
name = "laz"
readme = "README.md"
repository = "https://github.com/tmontaigu/laz-rs"
version = "0.9.3"

[package.metadata.docs.rs]
features = ["parallel"]

[[test]]
name = "laszip_version_1"
path = "tests/laszip_version_1.rs"

[[test]]
name = "laszip_version_2"
path = "tests/laszip_version_2.rs"

[[test]]
name = "test_par"
path = "tests/test_par.rs"

[[test]]
name = "variable_size_chunks"
path = "tests/variable_size_chunks.rs"