# 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 = "specta-macros" version = "2.0.0-rc.17" authors = ["Oscar Beaumont "] description = "Macros for specta. Don't use directly!" documentation = "https://docs.rs/specta/latest/specta" readme = "README.md" keywords = [ "async", "specta", "rspc", "typescript", "typesafe", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/oscartbeaumont/specta" [lib] proc-macro = true [dependencies.Inflector] version = "0.11.4" default-features = false [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.70" features = ["full"] [features] DO_NOT_USE_export = [] DO_NOT_USE_function = [] default = [] [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.panic] level = "warn" priority = -1 [lints.clippy.panic_in_result_fn] level = "warn" priority = -1 [lints.clippy.todo] level = "warn" priority = -1 [lints.clippy.unwrap_used] level = "warn" priority = -1 [lints.rust.unsafe_code] level = "forbid" priority = -1