# 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 = "2021" name = "sl-map-cli" version = "0.1.6" authors = ["Matthias Hörmann "] build = false exclude = [ "push-deploy-branches.sh", ".env", "tarpaulin-report.html", "tarpaulin-report.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Makes the SL map functionality available on the CLI" readme = "README.md" keywords = [ "secondlife", "map", "route", "usb_notecard", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/sl-map-tools" [package.metadata.deb] assets = [[ "target/release/sl_map_cli", "usr/bin/", "755", ]] changelog = "changelog" copyright = "2024, Matthias Hörmann " 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" [[bin]] name = "sl_map_cli" path = "src/bin/sl_map_cli.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "cargo", ] [dependencies.hex_color] version = "3.0.0" [dependencies.image] version = "0.25.5" [dependencies.log-panics] version = "2.1.0" features = ["with-backtrace"] [dependencies.ratelimit] version = "0.10.0" [dependencies.sl-map-apis] version = "0.1.6" [dependencies.sl-types] version = "0.1.3" [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "tracing-log", ] [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"