# 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 = "interpulse" version = "1.2.1" authors = ["pauliesnug"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "utilities for interacting with pulseflow apis" homepage = "https://github.com/pulseflow/workers" readme = "README.md" categories = [ "game-development", "api-bindings", ] license = "LicenseRef-OQL-1.2 OR MIT OR Apache-2.0" repository = "https://github.com/pulseflow/workers" [lib] name = "interpulse" path = "src/lib.rs" [dependencies.bytes] version = "1.8" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.specta] version = "2.0.0-rc.20" features = [ "serde", "uuid", "chrono", "serde_json", "derive", ] optional = true [dependencies.thiserror] version = "1.0" [features] specta = ["dep:specta"] [lints.clippy] cast_lossless = "warn" cast_possible_truncation = "warn" cast_possible_wrap = "warn" cast_precision_loss = "allow" cast_sign_loss = "warn" dbg_macro = "warn" deprecated_cfg_attr = "warn" future_not_send = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" separated_literal_suffix = "warn" struct_field_names = "allow" unnecessary_cast = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.perf] level = "warn" priority = -1 [lints.clippy.style] level = "warn" priority = -1 [lints.clippy.suspicious] level = "warn" priority = -1 [lints.rust] deprecated = "warn" deprecated_in_future = "forbid" trivial_casts = "warn" trivial_numeric_casts = "warn" unused_allocation = "warn" unused_import_braces = "warn" unused_must_use = "deny" unused_qualifications = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1