rustial-engine 0.0.1

Framework-agnostic 2.5D map engine for rustial
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"
rust-version = "1.89"
name = "rustial-engine"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-agnostic 2.5D map engine for rustial"
documentation = "https://docs.rs/rustial-engine"
readme = "README.md"
keywords = [
    "map",
    "geospatial",
    "wgpu",
    "bevy",
    "rendering",
]
categories = [
    "graphics",
    "game-development",
    "science::geo",
]
license = "MIT"
repository = "https://github.com/federicomarcantognini/rustial"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
disk-cache = []
geojson = [
    "dep:serde",
    "dep:serde_json",
]
gltf = ["dep:gltf"]
obj = ["dep:tobj"]
serde = ["dep:serde"]
shapefile = ["dep:shapefile"]
style-json = [
    "dep:serde",
    "dep:serde_json",
]
text-shaping = [
    "dep:rustybuzz",
    "dep:ttf-parser",
    "dep:unicode-bidi",
]

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

[[bench]]
name = "terrain_mesh"
path = "benches/terrain_mesh.rs"
harness = false

[dependencies.glam]
version = "0.30"

[dependencies.gltf]
version = "1"
optional = true

[dependencies.httpdate]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.rustybuzz]
version = "0.20"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.shapefile]
version = "0.6"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tobj]
version = "4"
optional = true
default-features = false

[dependencies.ttf-parser]
version = "0.25"
optional = true

[dependencies.unicode-bidi]
version = "0.3"
optional = true

[dev-dependencies.criterion]
version = "0.5"