# 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 = "e57" version = "0.11.7" build = false include = [ "/src/**/*.rs", "/Cargo.toml", "/LICENSE", "/README.md", "/CHANGELOG.md", ] 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" [lib] name = "e57" path = "src/lib.rs" [dependencies.crc32c] version = "0.6" optional = true [dependencies.roxmltree] version = "0.20" [features] crc32c = ["dep:crc32c"]