# Copyright (C) 2019-2020 John Goerzen . [package] name = "xbnet" version = "1.1.0" authors = ["John Goerzen "] edition = "2018" license = "GPL-3.0+" description = "Run TCP/IP over XBee RF radio links" homepage = "https://github.com/jgoerzen/covid19db" repository = "https://github.com/jgoerzen/covid19db/" readme = "README.md" keywords = ["radio", "networking", "serial", "xbee"] categories = ["embedded", "network-programming", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serialport = "3.3.0" log = "0.4" simplelog = {version = "^0.7.4", default-features = false} hex = "0.4.2" crossbeam-channel = "0.3.9" format_escape_default = "0.1.1" structopt = {version = "0.3", default-features = false} tun-tap = {version = "0.1.2", default-features = false} bytes = "0.5" etherparse = "0.9.0"