# 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] name = "tresorit-dropbox-discovery" version = "1.0.0" authors = ["Péter Budai ", "Gergely Nagy "] description = "It helps you discovering running Dropbox instances on your local network.\nWhen the discovery process starts, it will open UDP port 17500 to watch\nincoming Dropbox LAN Sync packets from within the local wired or wireless\nnetwork your computer is currently connected to. \nIn case your local network contains of multiple IP subnets (eg. a separate\nwired and wireless network, or multiple Wi-Fi networks), you'll need to\nre-run the tool to repeat the discovery for each network to get a complete\nresult.\n" homepage = "https://github.com/tresorit/tresorit-dropbox-discovery" license = "Apache-2.0" repository = "https://github.com/tresorit/tresorit-dropbox-discovery" [profile.release] lto = true [dependencies.bytes] version = "0.4" [dependencies.dns-lookup] version = "0.9" [dependencies.net2] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.1" [dependencies.tokio-io] version = "0.1" [badges.travis-ci] repository = "tresorit/tresorit-dropbox-discovery"