routers 0.3.3

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.3.3"
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"

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

[dependencies.routers_codec]
version = "0.1.7"

[dependencies.routers_network]
version = "0.1.5"

[dependencies.routers_shard]
version = "0.1.3"

[dependencies.routers_transition]
version = "0.2.1"

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

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

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

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

[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"
debug = 0

[profile.bench.package."*"]
codegen-units = 16

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

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

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