symbios-tensor 0.3.0

A procedural generation engine for urban layouts.
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 = "symbios-tensor"
version = "0.3.0"
authors = ["Janus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A procedural generation engine for urban layouts."
readme = "README.md"
keywords = [
    "procedural",
    "generative",
    "simulation",
]
categories = [
    "simulation",
    "game-development",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/TheJanusStream/symbios-tensor"

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

[[example]]
name = "debug_graph"
path = "examples/debug_graph.rs"

[[example]]
name = "full_city"
path = "examples/full_city.rs"

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

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

[dependencies.glam]
version = "0.32"
features = ["serde"]

[dependencies.rand]
version = "0.9"

[dependencies.rand_pcg]
version = "0.9"

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

[dependencies.symbios-ground]
version = "0.3"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

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

[profile.bench]
debug = 2