# 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 = "copc-rs" version = "0.3.0" authors = ["Pirmin Kalberer "] exclude = ["tests/data"] description = "Cloud Optimized Point Cloud (COPC) reader." homepage = "https://github.com/pka/copc-rs" readme = "README.md" keywords = [ "lidar", "pointcloud", "copc", "las", "geo", ] categories = [ "science::geo", "rendering::data-formats", ] license = "MIT/Apache-2.0" repository = "https://github.com/pka/copc-rs" [dependencies.byteorder] version = "1.4.3" [dependencies.las] version = "0.8.1" [dependencies.laz] version = "0.8.2" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.http-range-client] version = "0.7.0"