# 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.72.0" name = "edgedb_codegen_macros" version = "0.2.1" authors = ["Ifiok Jr. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The proc-macro crate for the `edgedb_codegen` crate." homepage = "https://edgedb.com" readme = "readme.md" keywords = [ "edgedb", "database", "typesafe", "checked", "macros", ] categories = ["database"] license = "Unlicense" repository = "https://github.com/ifiokjr/edgedb_codegen" [lib] name = "edgedb_codegen_macros" path = "src/lib.rs" proc-macro = true [dependencies.edgedb_codegen_core] version = "0.2.1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [features] query = [] serde = [] with_all = ["edgedb_codegen_core/with_all"] with_bigdecimal = ["edgedb_codegen_core/with_bigdecimal"] with_bigint = ["edgedb_codegen_core/with_bigint"] with_chrono = ["edgedb_codegen_core/with_chrono"] [lints.clippy] blocks_in_conditions = "allow" cargo_common_metadata = "allow" cast_possible_truncation = "allow" cast_possible_wrap = "allow" cast_precision_loss = "allow" cast_sign_loss = "allow" expl_impl_clone_on_copy = "allow" items_after_statements = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" no_effect_underscore_binding = "allow" tabs-in-doc-comments = "allow" too_many_lines = "allow" wildcard_dependencies = "deny" wildcard_imports = "allow" [lints.clippy.complexity] level = "warn" priority = -1 [lints.clippy.correctness] level = "deny" 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] unsafe_code = "deny" unstable_features = "deny" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" variant_size_differences = "warn" [lints.rust.rust_2021_compatibility] level = "warn" priority = -1 [lints.rust.rust_2024_compatibility] level = "warn" priority = -1