# 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 = "2018" name = "quectel-bg77" version = "0.2.2" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Driver for Quectel's BG77 and BG770 eMTC and NB-IoT Modems" readme = "README.md" keywords = [ "bg77", "quectel", "no_std", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/quectel-bg77" [dependencies.embedded-hal] version = "0.2.4" [dependencies.embedded-nal] version = "0.6.0" [dependencies.enumflags2] version = "0.7.1" [dependencies.heapless] version = "0.7.3" [dependencies.log] version = "0.4.14" [dependencies.nb] version = "1.0.0" [dependencies.try-ascii] version = "1.0.0" [dev-dependencies.inverted-pin] version = "0.2.0" [dev-dependencies.void] version = "1.0.2" default-features = false [features] bg77 = [] bg770 = [] direct-serial-access = [] motion2se = ["bg770"] sensing_puck = ["bg77"] [target."cfg(any(windows, unix))".dev-dependencies.embedded-hal-mock] version = "0.8" [target."cfg(not(any(windows, unix)))".dev-dependencies.cortex-m] version = "0.7.2" [target."cfg(not(any(windows, unix)))".dev-dependencies.cortex-m-rt] version = "0.6.13" [target."cfg(not(any(windows, unix)))".dev-dependencies.panic-probe] version = "0.2.0" features = ["print-rtt"] [target."cfg(not(any(windows, unix)))".dev-dependencies.rtt-target] version = "0.3.0" features = ["cortex-m"]