civ_map_generator 0.1.5

A civilization map generator
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 = "civ_map_generator"
version = "0.1.5"
authors = ["lishaoxia1985 <lishaoxia1985@hotmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A civilization map generator"
documentation = "https://docs.rs/civ_map_generator"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lishaoxia1985/civ-map-generator"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--document-private-items"]

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

[dependencies.arrayvec]
version = "0.7"

[dependencies.bitflags]
version = "2.9"

[dependencies.enum-map]
version = "2.7"

[dependencies.glam]
version = "0.30"

[dependencies.image]
version = "0.25"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"