[package]
edition = "2021"
name = "e57"
version = "0.11.13"
build = false
include = [
"/src/**/*.rs",
"/Cargo.toml",
"/LICENSE",
"/README.md",
"/CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust library for reading and writing E57 files with point clouds and related image data."
documentation = "https://docs.rs/e57"
readme = "README.md"
keywords = [
"e57",
"lidar",
"pointclouds",
"laserscanning",
"geospatial",
]
categories = [
"parser-implementations",
"science::geo",
]
license = "MIT"
repository = "https://github.com/cry-inc/e57"
[features]
crc32c = ["dep:crc32c"]
[lib]
name = "e57"
path = "src/lib.rs"
[dependencies.crc32c]
version = "0.6"
optional = true
[dependencies.roxmltree]
version = "0.21"