# 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.63" name = "viz-macros" version = "0.2.0" authors = ["Fangdun Tsai "] description = "The proc macros for Viz" homepage = "https://viz.rs" documentation = "https://docs.rs/viz-macros" readme = "README.md" keywords = [ "async", "http", "web", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/viz-rs/viz" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.tokio] version = "1.35" features = [ "net", "rt", "macros", ] [dev-dependencies.viz-core] version = "0.6.0" [lints.clippy] all = "deny" pedantic = "deny" [lints.clippy.module_name_repetitions] level = "allow" priority = 1 [lints.clippy.too_many_lines] level = "allow" priority = 1 [lints.clippy.type_complexity] level = "allow" priority = 1 [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" rust_2018_idioms = "warn" single_use_lifetimes = "warn" unreachable_pub = "warn" unsafe_code = "forbid"