# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lora_serial" version = "0.3.2" authors = ["Caleb Whiting "] description = "Turn a Moteino M0 into a LoRa modem" keywords = ["Lora", "sx1276", "rfm95", "Moteino"] license = "MIT" repository = "https://gitlab.com/automatium/lora_serial" [dependencies.base64] version = "0.10.1" [dependencies.derive_builder] version = "0.7.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.parking_lot] version = "0.9.0" [dependencies.serde] version = "1.0.99" features = ["derive"] [dependencies.serde_derive] version = "1.0.91" [dependencies.serde_json] version = "1.0.39" [dependencies.serialport] version = "3.3.0" [dependencies.thiserror] version = "1.0.1" [dev-dependencies.env_logger] version = "0.7.0"