# 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 = "rn2903" version = "0.2.0" authors = ["Leonora Tindall "] description = "A Rusty interface for the RN2903 LoRa module's serial protocol" homepage = "https://nora.codes/projects/rn2903" readme = "README.md" keywords = ["radio", "hardware", "serial", "lora"] categories = ["api-bindings", "embedded", "hardware-support"] license = "GPL-3.0-only" repository = "https://git.nora.codes/nora/rn2903" [dependencies.quick-error] version = "1" [dependencies.serialport] version = "3.3"