# 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 = "channels-packet" version = "0.2.0" authors = ["1337"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Utilities to parse channels packets. """ homepage = "https://github.com/threadexio/channels-rs" documentation = "https://docs.rs/channels-packet" readme = "README.md" keywords = [ "parser", "binary", "packet", ] categories = [ "parsing", "parser-implementations", "no-std", ] license = "MIT" repository = "https://github.com/threadexio/channels-rs" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "channels_nightly", ] rustdoc-args = [ "--cfg", "channels_nightly", ] [lib] name = "channels_packet" path = "src/lib.rs" [[bench]] name = "header" path = "benches/header.rs" harness = false [dependencies.channels-io] version = "=0.3.0" default-features = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] std = [] [lints.clippy] alloc_instead_of_core = "warn" cast_lossless = "warn" cast_possible_wrap = "warn" error_impl_error = "warn" missing_assert_message = "warn" missing_errors_doc = "allow" missing_panics_doc = "warn" missing_safety_doc = "warn" module_name_repetitions = "allow" new_without_default = "allow" std_instead_of_alloc = "warn" std_instead_of_core = "warn" unwrap_used = "warn" useless_conversion = "warn" wrong_self_convention = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] 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] arithmetic_overflow = "warn" missing_debug_implementations = "warn" missing_docs = "deny" unexpected_cfgs = "allow" [lints.rustdoc] all = "warn" broken_intra_doc_links = "warn" missing_crate_level_docs = "warn"