# 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.56" name = "rpi_sim868" version = "0.1.7" authors = ["Jan Kowal "] description = "RPi SIM868 is a crate designed to facilitate interaction with the Waveshare SIM868 HAT for Raspberry Pi." homepage = "https://github.com/j-kowal/rpi-sim868" documentation = "https://docs.rs/rpi_sim868" readme = "README.md" keywords = [ "raspberry", "pi", "sim800", "waveshare", "sim868", ] categories = ["embedded"] license = "MIT" [dependencies.chrono] version = "0.4.31" [dependencies.colored] version = "2.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.priority-queue] version = "1.3.2" [dependencies.regex] version = "1.9.5" [dependencies.rppal] version = "0.17.1" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_url_params] version = "0.2.1" [dependencies.simple_logger] version = "4.2.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "sync", "time", ] [dependencies.url] version = "2.4.1" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ]