# 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-apis" version = "0.1.6" authors = ["Matthias Hörmann "] build = false exclude = [ ".env", "tarpaulin-report.html", "tarpaulin-report.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Wraps the SL map API to convert grid coordinates to region names and vice versa and to fetch map tiles" readme = "README.md" keywords = [ "secondlife", "map", "route", "usb_notecard", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/sl-map-tools" [lib] name = "sl_map_apis" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = ["debug"] [dependencies.http] version = "1.1.0" [dependencies.http-cache-semantics] version = "2.1.0" features = ["reqwest"] [dependencies.image] version = "0.25.5" features = [ "jpeg", "png", "rayon", ] default-features = false [dependencies.imageproc] version = "0.25.0" [dependencies.lru] version = "0.12.5" [dependencies.ratelimit] version = "0.10.0" [dependencies.redb] version = "2.2.0" [dependencies.reqwest] version = "0.12.9" features = ["native-tls-vendored"] [dependencies.serde_json] version = "1.0.132" [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.uniform-cubic-splines] version = "0.1.10" default-features = false [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.tempfile] version = "3.13.0" [dev-dependencies.tokio] version = "1.41.0" features = [ "full", "test-util", ] [dev-dependencies.tracing-test] version = "0.2.5" [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"