rustial 1.0.0

Scientific-grade 2.5D geospatial map library for Rust
# 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"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scientific-grade 2.5D geospatial map library for Rust"
documentation = "https://docs.rs/rustial"
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]
bevy-renderer = ["dep:rustial-renderer-bevy"]
cross-parity = [
    "wgpu-renderer",
    "bevy-renderer",
]
default = ["wgpu-renderer"]
disk-cache = ["rustial-engine/disk-cache"]
geojson = ["rustial-engine/geojson"]
gltf = ["rustial-engine/gltf"]
obj = ["rustial-engine/obj"]
shapefile = ["rustial-engine/shapefile"]
style-json = ["rustial-engine/style-json"]
terrain-rgb = [
    "dep:reqwest",
    "dep:image",
]
wgpu-renderer = ["dep:rustial-renderer-wgpu"]

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

[[test]]
name = "cross_renderer_parity"
path = "tests/cross_renderer_parity.rs"

[dependencies.image]
version = "0.25"
features = ["png"]
optional = true
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
optional = true
default-features = false

[dependencies.rustial-engine]
version = "1.0.0"

[dependencies.rustial-renderer-bevy]
version = "1.0.0"
optional = true

[dependencies.rustial-renderer-wgpu]
version = "1.0.0"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.bevy]
version = "0.18.1"
features = [
    "bevy_render",
    "bevy_core_pipeline",
    "bevy_asset",
    "bevy_winit",
    "bevy_window",
    "bevy_pbr",
    "bevy_log",
    "bevy_text",
    "bevy_ui",
]
default-features = false

[dev-dependencies.pollster]
version = "0.4"

[dev-dependencies.wgpu]
version = "25"