# 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 = "timrs_pipe_macro" version = "1.1.0-rc.6" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macro providing Elixir-style pipe operators for function composition." readme = "README.md" keywords = [ "functional", "pipe", "procedural-macro", ] categories = [ "functional", "higher-kinded types", "procedural macro", ] license = "MIT" repository = "https://github.com/DiCaius/Tim.rs" [lib] name = "timrs_pipe_macro" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.83" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.63" features = ["full"] [dependencies.timrs_macro_utils] version = "1.1.0-rc.5" [lints.clippy] absolute_paths = "allow" blanket_clippy_restriction_lints = "allow" implicit_return = "allow" min_ident_chars = "allow" missing_docs_in_private_items = "allow" missing_trait_methods = "allow" mod_module_files = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" needless_return = "deny" question_mark_used = "allow" ref_patterns = "allow" self_named_module_files = "allow" separated_literal_suffix = "allow" single_call_fn = "allow" [lints.clippy.all] level = "deny" priority = -2 [lints.clippy.cargo] 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.restriction] level = "warn" priority = -1 [lints.clippy.style] level = "warn" priority = -1 [lints.clippy.suspicious] level = "warn" priority = -1