[[bin]]
name = "sl_map_cli"
path = "src/bin/sl_map_cli.rs"
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.27"
[dependencies.hex_color]
version = "3.0.0"
[dependencies.image]
version = "0.25.5"
[dependencies.log-panics]
features = ["with-backtrace"]
version = "2.1.0"
[dependencies.ratelimit]
version = "0.10.0"
[dependencies.sl-map-apis]
version = "0.1.7"
[dependencies.sl-types]
version = "0.1.5"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-appender]
version = "0.2.3"
[dependencies.tracing-subscriber]
features = ["env-filter", "tracing-log"]
version = "0.3.19"
[lints.clippy]
cargo_common_metadata = "warn"
expect_used = "warn"
incompatible_msrv = "deny"
missing_docs_in_private_items = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
mod_module_files = "deny"
must_use_candidate = "warn"
panic = "warn"
redundant_else = "warn"
unwrap_used = "warn"
[lints.rust]
confusable_idents = "deny"
deprecated = "deny"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "deny"
non_fmt_panics = "forbid"
private_bounds = "forbid"
private_interfaces = "forbid"
redundant_semicolons = "deny"
renamed_and_removed_lints = "deny"
unknown_lints = "deny"
unreachable_code = "deny"
unreachable_patterns = "deny"
unsafe_code = "forbid"
unused_doc_comments = "forbid"
unused_must_use = "forbid"
unused_parens = "deny"
while_true = "deny"
[lints.rustdoc]
broken_intra_doc_links = "deny"
missing_crate_level_docs = "warn"
[package]
authors = ["Matthias Hörmann <mhoermann@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Makes the SL map functionality available on the CLI"
edition = "2021"
exclude = ["push-deploy-branches.sh", ".env", "tarpaulin-report.html", "tarpaulin-report.json"]
keywords = ["secondlife", "map", "route", "usb_notecard"]
license = "MIT OR Apache-2.0"
name = "sl-map-cli"
readme = "README.md"
repository = "https://github.com/taladar/sl-map-tools"
version = "0.1.7"
[package.metadata.deb]
assets = [["target/release/sl_map_cli", "usr/bin/", "755"]]
changelog = "changelog"
copyright = "2024, Matthias Hörmann <mhoermann@gmail.com>"
depends = "$auto"
extended-description = "Makes the SL map functionality available on the CLI"
maintainer-scripts = "maintainer-scripts"
name = "sl-map-cli"
revision = "1"
section = "database"
[package.metadata.rpm.cargo]
buildflags = ["--release"]
[package.metadata.rpm.targets.sl_map_cli]
path = "/usr/bin/sl_map_cli"