threecrate-io 0.7.0

I/O operations for point clouds and meshes in threecrate
Documentation
# 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 = "threecrate-io"
version = "0.7.0"
authors = ["rajgandhi1"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "I/O operations for point clouds and meshes in threecrate"
homepage = "https://github.com/rajgandhi1/threecrate.git"
documentation = "https://docs.rs/threecrate-core"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rajgandhi1/threecrate.git"

[features]
default = []
e57 = ["dep:e57"]
io-mmap = ["memmap2"]
las_laz = [
    "pasture-core",
    "pasture-io",
]

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

[[bench]]
name = "mmap_benchmarks"
path = "benches/mmap_benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.byteorder]
version = "1.5"

[dependencies.e57]
version = "0.11"
optional = true

[dependencies.lazy_static]
version = "1.4"

[dependencies.memmap2]
version = "0.9"
optional = true

[dependencies.obj]
version = "0.10"

[dependencies.pasture-core]
version = "0.5"
optional = true

[dependencies.pasture-io]
version = "0.5"
optional = true

[dependencies.ply-rs]
version = "0.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.threecrate-core]
version = "0.7.0"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3.8"