-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCargo.toml
31 lines (30 loc) · 836 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
authors = ["eta <github@eta.st>"]
edition = "2018"
name = "huawei-modem"
description = "A set of utilities for interfacing with USB 3G/HSDPA/UMTS modems (particularly Huawei models) that use the Hayes/AT command set."
license = "CC0-1.0"
documentation = "https://docs.rs/huawei-modem"
homepage = "https://git.eta.st/eta/huawei-modem"
repository = "https://git.eta.st/eta/huawei-modem"
readme = "README.md"
keywords = ["sms", "gsm", "pdu", "modem", "huawei"]
maintenance = { status = "passively-maintained" }
version = "0.2.2"
[dependencies]
bytes = "0.4"
derive_is_enum_variant = "0.1"
encoding = "0.2"
env_logger = "0.4"
failure = "0.1"
failure_derive = "0.1"
futures = "0.1"
log = "0.3"
nom = "3.2"
num = "0.1"
num-derive = "0.1"
rand = "0.4"
tokio-codec = "0.1"
tokio-core = "0.1"
tokio-file-unix = "0.4"
tokio-io = "0.1"