# 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" name = "laz" version = "0.9.2" authors = ["tmontaigu "] exclude = ["tests/data"] description = "Rust port of Laszip compression. of the LAS format" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tmontaigu/laz-rs" [package.metadata.docs.rs] features = ["parallel"] [[bench]] name = "benchmark" harness = false [dependencies.byteorder] version = "1.4.3" [dependencies.num-traits] version = "0.2.14" [dependencies.rayon] version = "1.2.0" optional = true [dev-dependencies.clap] version = "4.5.3" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.indicatif] version = "0.17.8" [features] default = [] parallel = ["rayon"]