dream-path 0.1.1

Byte-first normalized virtual resource paths for DreamWeave/OpenMW-style asset lookup
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"
rust-version = "1.85"
name = "dream-path"
version = "0.1.1"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Byte-first normalized virtual resource paths for DreamWeave/OpenMW-style asset lookup"
documentation = "https://dreamweave-mp.github.io/dream_path/dream_path/index.html"
readme = "README.md"
keywords = [
    "openmw",
    "vfs",
    "assets",
    "paths",
    "modding",
]
categories = ["game-development"]
license = "GPL-3.0-only"
repository = "https://github.com/DreamWeave-MP/dream_path"

[package.metadata.docs.rs]
features = ["standalone-lua"]

[features]
default = []
lua = ["dep:mlua"]
standalone-lua = [
    "lua",
    "mlua/luajit52",
    "mlua/vendored",
]

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

[dependencies.bstr]
version = "1.12"
features = ["std"]
default-features = false

[dependencies.mlua]
version = "0.10"
optional = true
default-features = false