# 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 = "fundamentum-edge-mcu-http-client" version = "0.1.0" authors = ["Jacob Ouellet-Boudreault "] description = "An HTTP Client for provisioning EdgeMCU devices" readme = "README.md" keywords = [ "iot", "Fundamentum", "MCU", ] categories = [ "asynchronous", "embedded", "no-std::no-alloc", ] license = "Apache-2.0" repository = "https://bitbucket.org/amotus/fundamentum-edge-mcu-http-client/" [[example]] name = "using_the_library" crate-type = ["bin"] [dependencies.const_format] version = "0.2" [dependencies.defmt] version = "0.3" optional = true [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.httparse] version = "1.8" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde-json-core] version = "0.5" default-features = false [dependencies.strum] version = "0.26" features = ["derive"] default-features = false [dependencies.thiserror-no-std] version = "2.0" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = ["log"] log = ["dep:defmt"] [lints.clippy] absolute_paths = "warn" allow_attributes = "warn" as_underscore = "warn" clone_on_ref_ptr = "warn" create_dir = "warn" dbg_macro = "warn" deref_by_slicing = "warn" empty_drop = "warn" empty_enum_variants_with_brackets = "warn" empty_structs_with_brackets = "warn" error_impl_error = "warn" exit = "warn" expect_used = "warn" filetype_is_file = "warn" float_cmp_const = "warn" future_not_send = "allow" if_then_some_else_none = "warn" impl_trait_in_params = "warn" infinite_loop = "warn" integer_division = "warn" let_underscore_must_use = "warn" let_underscore_untyped = "warn" lossy_float_literal = "warn" map_err_ignore = "warn" mem_forget = "warn" missing_assert_message = "warn" module_name_repetitions = "allow" multiple-crate-versions = "allow" multiple_inherent_impl = "deny" multiple_unsafe_ops_per_block = "warn" needless_raw_strings = "warn" panic = "warn" partial_pub_fields = "warn" pattern_type_mismatch = "warn" pub_with_shorthand = "warn" rc_buffer = "deny" rc_mutex = "deny" ref_patterns = "warn" rest_pat_in_fully_bound_structs = "deny" same_name_method = "deny" self_named_module_files = "deny" semicolon_inside_block = "warn" separated_literal_suffix = "deny" shadow_reuse = "warn" shadow_same = "warn" significant_drop_tightening = "warn" similar_names = "allow" str_to_string = "warn" string_add = "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" unneeded_field_pattern = "warn" unreachable = "warn" unseparated_literal_suffix = "warn" unwrap_in_result = "warn" unwrap_used = "warn" verbose_file_reads = "deny" wildcard_enum_match_arm = "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_docs = "warn"