# 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.70" name = "compose_spec_macros" version = "0.1.1" authors = ["Paul Nettleton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for use in the compose_spec crate" readme = "README.md" keywords = [ "compose", "containers", "proc_macro", ] categories = [ "development-tools", "development-tools::procedural-macro-helpers", ] license = "MPL-2.0" repository = "https://github.com/k9withabone/compose_spec_rs" [lib] name = "compose_spec_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1" [dependencies.syn] version = "2.0.1" [dev-dependencies.serde] version = "1.0.147" [dev-dependencies.serde_yaml] version = "0.9" [lints.clippy] absolute_paths = "warn" as_conversions = "warn" assertions_on_result_states = "warn" clone_on_ref_ptr = "warn" dbg_macro = "warn" decimal_literal_representation = "warn" default_numeric_fallback = "warn" deref_by_slicing = "warn" empty_drop = "warn" empty_enum_variants_with_brackets = "warn" empty_structs_with_brackets = "warn" error_impl_error = "warn" exit = "deny" format_push_string = "warn" get_unwrap = "warn" if_then_some_else_none = "warn" indexing_slicing = "warn" infinite_loop = "warn" integer_division = "warn" large_include_file = "warn" map_err_ignore = "warn" mem_forget = "warn" min_ident_chars = "warn" missing_docs_in_private_items = "warn" mixed_read_write_in_expression = "warn" mod_module_files = "warn" multiple_inherent_impl = "warn" needless_raw_strings = "warn" panic = "warn" partial_pub_fields = "warn" print_stderr = "warn" print_stdout = "warn" pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_pub_crate = "allow" redundant_type_annotations = "warn" rest_pat_in_fully_bound_structs = "warn" same_name_method = "warn" semicolon_outside_block = "warn" str_to_string = "warn" string_add = "warn" string_lit_chars_any = "warn" string_slice = "warn" string_to_string = "warn" suspicious_xor_used_as_pow = "warn" tests_outside_test_module = "warn" todo = "warn" try_err = "warn" undocumented_unsafe_blocks = "warn" unimplemented = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unnecessary_self_imports = "warn" unreachable = "warn" unwrap_used = "warn" use_debug = "warn" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" unreachable_pub = "warn" unstable_features = "deny" unused_crate_dependencies = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" variant_size_differences = "warn"