threecrate 0.7.1

A comprehensive 3D point cloud processing library for Rust - umbrella crate
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"
version = "0.7.1"
authors = ["rajgandhi1"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive 3D point cloud processing library for Rust - umbrella crate"
homepage = "https://github.com/rajgandhi1/3DCrate.git"
documentation = "https://docs.rs/threecrate"
readme = "README.md"
keywords = [
    "3d",
    "point-cloud",
    "graphics",
    "geometry",
    "visualization",
]
categories = [
    "graphics",
    "mathematics",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rajgandhi1/3DCrate.git"

[features]
algorithms = ["dep:threecrate-algorithms"]
all = [
    "algorithms",
    "gpu",
    "io",
    "simplification",
    "reconstruction",
    "visualization",
]
default = [
    "algorithms",
    "io",
    "simplification",
]
gpu = ["dep:threecrate-gpu"]
io = ["dep:threecrate-io"]
io-mmap = ["threecrate-io/io-mmap"]
reconstruction = ["dep:threecrate-reconstruction"]
simplification = ["dep:threecrate-simplification"]
visualization = ["dep:threecrate-visualization"]

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

[dependencies.threecrate-algorithms]
version = "0.7.1"
optional = true

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

[dependencies.threecrate-gpu]
version = "0.7.1"
optional = true

[dependencies.threecrate-io]
version = "0.7.1"
optional = true

[dependencies.threecrate-reconstruction]
version = "0.7.1"
optional = true

[dependencies.threecrate-simplification]
version = "0.7.1"
optional = true

[dependencies.threecrate-visualization]
version = "0.7.1"
optional = true

[dev-dependencies.anyhow]
version = "1.0"