# 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-types" version = "0.1.3" authors = ["Matthias Hörmann "] build = false exclude = [ ".env", "tarpaulin-report.html", "tarpaulin-report.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Some basic types for Second Life related tools" readme = "README.md" keywords = [ "secondlife", "map", "route", "usb_notecard", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/sl-map-tools" [lib] name = "sl_types" path = "src/lib.rs" [dependencies.nutype] version = "0.5.0" features = ["serde"] [dependencies.ranges] version = "0.4.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.4.1" [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"