# 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 = "telit-me310g1" version = "0.1.0" authors = ["Jacob Ouellet-Boudreault "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to interoperate with the Telit ME310G1 LTE-M radio with AT commands." readme = "README.md" keywords = [ "iot", "Fundamentum", "MCU", ] categories = [ "asynchronous", "embedded", "no-std::no-alloc", ] license = "Apache-2.0" repository = "https://bitbucket.org/amotus/telit-me310g1/" [lib] name = "telit_me310g1" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.displaydoc] version = "0.2.4" default-features = false [dependencies.embassy-futures] version = "0.1" [dependencies.embassy-sync] version = "0.6.0" [dependencies.embassy-time] version = "0.3" features = [ "defmt-timestamp-uptime", "tick-hz-32_768", ] [dependencies.embedded-io] version = "0.6" [dependencies.embedded-io-async] version = "0.6" [dependencies.nom] version = "7.1.3" default-features = false [dependencies.static_cell] version = "2.1" [dependencies.thingbuf] version = "0.1" features = ["static"] default-features = false [dependencies.thiserror-no-std] version = "2.0" [dev-dependencies.const_format] version = "0.2.32" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tokio] version = "1.39.1" features = ["full"] [features] default = ["log"] log = [ "dep:defmt", "embassy-time/defmt", "embassy-futures/defmt", "embedded-io-async/defmt-03", "embassy-sync/defmt", ] [lints.clippy] absolute_paths = "warn" allow_attributes = "warn" as_underscore = "warn" clone_on_ref_ptr = "allow" 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_without_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 = "allow" 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"