# 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 = "huawei-modem" version = "0.2.2" authors = ["eta "] description = "A set of utilities for interfacing with USB 3G/HSDPA/UMTS modems (particularly Huawei models) that use the Hayes/AT command set." homepage = "https://git.eta.st/eta/huawei-modem" documentation = "https://docs.rs/huawei-modem" readme = "README.md" keywords = [ "sms", "gsm", "pdu", "modem", "huawei", ] license = "CC0-1.0" repository = "https://git.eta.st/eta/huawei-modem" [dependencies.bytes] version = "0.4" [dependencies.derive_is_enum_variant] version = "0.1" [dependencies.encoding] version = "0.2" [dependencies.env_logger] version = "0.4" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.log] version = "0.3" [dependencies.nom] version = "3.2" [dependencies.num] version = "0.1" [dependencies.num-derive] version = "0.1" [dependencies.rand] version = "0.4" [dependencies.tokio-codec] version = "0.1" [dependencies.tokio-core] version = "0.1" [dependencies.tokio-file-unix] version = "0.4" [dependencies.tokio-io] version = "0.1"