[package]
edition = "2024"
name = "test-doc-route_manager"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "just for test docsrs"
readme = false
license = "Apache-2.0"
[package.metadata.docs.rs]
all-features = true
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-freebsd",
]
[lib]
name = "test_doc_route_manager"
path = "src/lib.rs"
[dependencies]
[target.'cfg(any(target_os = "macos", target_os = "freebsd", target_os = "openbsd"))'.dependencies.route_manager]
version = "0.2.7"