lepcc 0.1.0

High-performance point cloud compression for I3S format - LEPCC implementation in Rust
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 = "lepcc"
version = "0.1.0"
authors = ["mocongxin"]
build = false
include = [
    "/src/**/*.rs",
    "/README.md",
    "/LICENSE",
    "/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance point cloud compression for I3S format - LEPCC implementation in Rust"
readme = "README.md"
keywords = [
    "compression",
    "point-cloud",
    "i3s",
    "pointcloud",
]
categories = [
    "compression",
    "science",
    "data-structures",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/MoCongxin/lepcc-rust"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "debug_bitstuff"
path = "examples/debug_bitstuff.rs"

[[example]]
name = "debug_encode"
path = "examples/debug_encode.rs"

[[example]]
name = "decode_only"
path = "examples/decode_only.rs"

[[example]]
name = "encode_arcgis"
path = "examples/encode_arcgis.rs"

[[example]]
name = "encode_arcgis_3857"
path = "examples/encode_arcgis_3857.rs"

[[example]]
name = "encode_bunny"
path = "examples/encode_bunny.rs"

[[example]]
name = "encode_bunny_final"
path = "examples/encode_bunny_final.rs"

[[example]]
name = "encode_bunny_scaled"
path = "examples/encode_bunny_scaled.rs"

[[example]]
name = "encode_obj"
path = "examples/encode_obj.rs"

[[example]]
name = "encode_obj_exact"
path = "examples/encode_obj_exact.rs"

[[example]]
name = "encode_only"
path = "examples/encode_only.rs"

[[example]]
name = "test_bitstuff"
path = "examples/test_bitstuff.rs"

[[example]]
name = "test_bitstuff_large"
path = "examples/test_bitstuff_large.rs"

[[example]]
name = "test_bitstuffer"
path = "examples/test_bitstuffer.rs"