[package] name = "shield-sim7000" version = "1.0.0-alpha.2" edition = "2021" license-file = "LICENSE" description = "This crate provides clients for the SIM7000 series of shields." readme = "README.md" documentation = "https://docs.rs/shield-sim7000/" exclude = ["/.github", ".releaserc.yml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" serialport = "4.0.1" simplelog = "0.11.2" at-commands = "0.5.0"