semantic-scene 0.1.1

Rust parser for semantic scene descriptors, currently focused on Habitat-Sim Matterport3D .house files.
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 = "semantic-scene"
version = "0.1.1"
authors = ["PRO-2684"]
build = false
include = [
    "src",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust parser for semantic scene descriptors, currently focused on Habitat-Sim Matterport3D .house files."
readme = "README.md"
keywords = [
    "habitat-sim",
    "semantic-scene",
    "mp3d",
    "parser",
    "house",
]
categories = [
    "parser-implementations",
    "science",
    "science::geo",
    "science::robotics",
]
license = "MIT"
repository = "https://github.com/PRO-2684/semantic-scene"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
disabled-strategies = ["quick-install"]

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[features]
cli = []

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

[[bin]]
name = "semantic-scene"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.thiserror]
version = "2"

[dependencies.winnow]
version = "1.0"

[profile.release]
lto = true
codegen-units = 1
debug = 0
strip = true