routers 0.2.4

Rust-Based Routing Tooling for System-Agnostic Maps.
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 = "routers"
version = "0.2.4"
build = false
include = [
    "src/**/*",
    "readme.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-Based Routing Tooling for System-Agnostic Maps."
readme = "README.md"
license = "GPL-3.0-or-later"
resolver = "2"

[package.metadata.docs.rs]
features = []

[features]
tracing = [
    "dep:tracing",
    "tracing-subscriber",
    "opentelemetry",
    "opentelemetry_sdk",
    "tracing-opentelemetry",
    "opentelemetry-otlp",
]

[lib]
name = "routers"
path = "src/lib.rs"
bench = false

[dependencies.approx]
version = "0.5.1"

[dependencies.geo]
version = "0.31.0"
features = ["use-serde"]

[dependencies.indexmap]
version = "2.9.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.28"

[dependencies.measure_time]
version = "0.9.0"

[dependencies.opentelemetry]
version = "0.29.1"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.29.0"
features = [
    "tls",
    "grpc-tonic",
    "trace",
]
optional = true

[dependencies.opentelemetry_sdk]
version = "0.29.0"
features = ["rt-tokio"]
optional = true

[dependencies.pathfinding]
version = "4.14.0"

[dependencies.petgraph]
version = "0.8.2"
features = [
    "serde-1",
    "graphmap",
    "rayon",
]

[dependencies.rayon]
version = "1.10.0"

[dependencies.routers_network]
version = "0.1.0"

[dependencies.rstar]
version = "0.12.2"
features = ["serde"]

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.scc]
version = "2.3.4"

[dependencies.serde]
version = "1.0.228"
features = []

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"
optional = true

[dependencies.tracing-opentelemetry]
version = "0.30.0"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "tracing-log",
    "fmt",
    "env-filter",
]
optional = true

[dependencies.wkt]
version = "0.14.0"

[dev-dependencies.criterion]
version = "3.0.5"
features = ["async_tokio"]
package = "codspeed-criterion-compat"

[dev-dependencies.insta]
version = "1.43.2"
features = [
    "ron",
    "redactions",
]

[dev-dependencies.routers_codec]
version = "0.1.2"

[dev-dependencies.wkt]
version = "0.14.0"

[lints.clippy]
alloc_instead_of_core = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"

[lints.rust]
unsafe_code = "deny"

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1

[profile.dev]
opt-level = 0
lto = "off"

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = 3
lto = "fat"