# 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" rust-version = "1.80" name = "actix-web-lab-derive" version = "0.23.0" authors = ["Rob Ede "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental macros for Actix Web" readme = "README.md" keywords = [ "actix", "http", "web", "framework", "async", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", ] license = "MIT OR Apache-2.0" repository = "https://github.com/robjtede/actix-web-lab" [lib] name = "actix_web_lab_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "tdd" path = "tests/tdd.rs" [[test]] name = "trybuild" path = "tests/trybuild.rs" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "parsing", ] [dev-dependencies.actix-test] version = "0.1" [dev-dependencies.actix-web] version = "4" [dev-dependencies.actix-web-lab] version = "0.22" [dev-dependencies.futures-util] version = "0.3.31" features = ["std"] default-features = false [dev-dependencies.rustversion] version = "1" [dev-dependencies.tokio] version = "1.40.0" features = ["macros"] [dev-dependencies.trybuild] version = "1" [lints.rust] future_incompatible = "warn" missing_debug_implementations = "warn" missing_docs = "warn" [lints.rust.nonstandard_style] level = "deny" priority = 5 [lints.rust.rust_2018_idioms] level = "deny" priority = 10