# 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.81" name = "aws-macros" version = "0.4.0" authors = ["Hannes Körber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper functions and types for AWS operations" readme = "README.md" keywords = ["aws"] categories = ["api-bindings"] license = "GPL-3.0-only" repository = "https://github.com/hakoerber/aws-rs" [lib] name = "aws_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.*" features = ["proc-macro"] default-features = false [dependencies.quote] version = "1.*" default-features = false [dependencies.syn] version = "2.*" features = [ "full", "extra-traits", "proc-macro", "parsing", "printing", "clone-impls", "derive", ] default-features = false [lints.clippy] allow_attributes = "deny" allow_attributes_without_reason = "deny" arithmetic_side_effects = "deny" as_conversions = "deny" assertions_on_result_states = "deny" clone_on_ref_ptr = "deny" create_dir = "deny" dbg_macro = "deny" decimal_literal_representation = "deny" default_numeric_fallback = "deny" deref_by_slicing = "deny" disallowed_script_idents = "deny" else_if_without_else = "deny" empty_drop = "deny" empty_enum_variants_with_brackets = "deny" empty_structs_with_brackets = "deny" exit = "deny" expect_used = "allow" filetype_is_file = "deny" float_arithmetic = "deny" float_cmp_const = "deny" fn_to_numeric_cast_any = "deny" format_push_string = "deny" get_unwrap = "deny" if_then_some_else_none = "allow" impl_trait_in_params = "allow" indexing_slicing = "deny" infinite_loop = "deny" inline_asm_x86_att_syntax = "deny" inline_asm_x86_intel_syntax = "deny" integer_division = "deny" iter_over_hash_type = "deny" large_include_file = "deny" let_underscore_must_use = "deny" let_underscore_untyped = "deny" little_endian_bytes = "deny" lossy_float_literal = "deny" map_err_ignore = "deny" map_unwrap_or = "allow" match_bool = "allow" mem_forget = "deny" missing_assert_message = "deny" missing_asserts_for_indexing = "deny" missing_const_for_fn = "warn" missing_errors_doc = "allow" missing_panics_doc = "warn" mixed_read_write_in_expression = "deny" mod_module_files = "allow" modulo_arithmetic = "deny" multiple_crate_versions = "allow" multiple_inherent_impl = "deny" multiple_unsafe_ops_per_block = "deny" must_use_candidate = "allow" mutex_atomic = "deny" new_without_default = "allow" option_if_let_else = "allow" panic = "deny" panic_in_result_fn = "deny" partial_pub_fields = "deny" pattern_type_mismatch = "deny" pub_without_shorthand = "deny" rc_buffer = "deny" rc_mutex = "deny" redundant_pub_crate = "allow" redundant_type_annotations = "deny" renamed_function_params = "deny" rest_pat_in_fully_bound_structs = "deny" same_name_method = "deny" self_named_module_files = "deny" semicolon_outside_block = "deny" single_char_lifetime_names = "allow" str_to_string = "deny" string_add = "deny" string_lit_chars_any = "deny" string_slice = "deny" string_to_string = "deny" suspicious_xor_used_as_pow = "deny" tests_outside_test_module = "deny" too_many_arguments = "allow" too_many_lines = "allow" try_err = "deny" undocumented_unsafe_blocks = "deny" unimplemented = "deny" unnecessary_safety_comment = "deny" unnecessary_safety_doc = "deny" unnecessary_self_imports = "deny" unneeded_field_pattern = "deny" unseparated_literal_suffix = "deny" unwrap_used = "deny" use_debug = "deny" verbose_file_reads = "deny" [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] absolute_paths_not_starting_with_crate = "deny" elided_lifetimes_in_paths = "deny" explicit_outlives_requirements = "deny" keyword_idents = "deny" let_underscore_drop = "deny" non_ascii_idents = "deny" non_local_definitions = "deny" single_use_lifetimes = "deny" unit_bindings = "deny" unreachable_pub = "deny" unsafe_op_in_unsafe_fn = "deny" unused_crate_dependencies = "deny" unused_import_braces = "deny" unused_lifetimes = "deny" unused_macro_rules = "deny" unused_qualifications = "deny" unused_results = "deny" variant_size_differences = "deny" [lints.rust.unsafe_code] level = "forbid" priority = -1 [lints.rust.unstable_features] level = "forbid" priority = -1