mxmxmx2tiles 0.1.0

Convert Bentley ContextCapture 3mx photogrammetry data to Cesium 3D Tiles
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 = "2024"
name = "mxmxmx2tiles"
version = "0.1.0"
authors = ["Sungjoon Moon <sumoon@seoulsaram.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert Bentley ContextCapture 3mx photogrammetry data to Cesium 3D Tiles"
readme = "README.md"
keywords = [
    "3d-tiles",
    "cesium",
    "photogrammetry",
    "3mx",
    "gltf",
]
categories = [
    "command-line-utilities",
    "graphics",
]
license = "Apache-2.0"
repository = "https://github.com/OctopusET/mxmxmx2tiles"

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

[[bin]]
name = "mxmxmx2tiles"
path = "src/main.rs"

[dependencies.meshopt]
version = "0.4"

[dependencies.openctm]
version = "0.1"

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"

[profile.release]
opt-level = 3