# 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 = "xbnet" version = "1.1.0" authors = ["John Goerzen "] description = "Run TCP/IP over XBee RF radio links" homepage = "https://github.com/jgoerzen/covid19db" readme = "README.md" keywords = ["radio", "networking", "serial", "xbee"] categories = ["embedded", "network-programming", "command-line-utilities"] license = "GPL-3.0+" repository = "https://github.com/jgoerzen/covid19db/" [dependencies.bytes] version = "0.5" [dependencies.crossbeam-channel] version = "0.3.9" [dependencies.etherparse] version = "0.9.0" [dependencies.format_escape_default] version = "0.1.1" [dependencies.hex] version = "0.4.2" [dependencies.log] version = "0.4" [dependencies.serialport] version = "3.3.0" [dependencies.simplelog] version = "^0.7.4" default-features = false [dependencies.structopt] version = "0.3" default-features = false [dependencies.tun-tap] version = "0.1.2" default-features = false