2018-12-14 17:14:49 -08:00
|
|
|
[package]
|
|
|
|
name = "solana-netutil"
|
2019-07-27 10:42:06 -07:00
|
|
|
version = "0.18.0-pre0"
|
2018-12-14 17:14:49 -08:00
|
|
|
description = "Solana Network Utilities"
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-05-15 08:47:55 -07:00
|
|
|
bincode = "1.1.4"
|
2019-05-03 11:01:35 -07:00
|
|
|
clap = "2.33.0"
|
2019-07-17 08:25:57 -07:00
|
|
|
log = "0.4.7"
|
2019-06-18 11:36:26 -07:00
|
|
|
nix = "0.14.1"
|
2018-12-14 17:14:49 -08:00
|
|
|
rand = "0.6.1"
|
2019-05-07 07:15:04 -07:00
|
|
|
socket2 = "0.3.9"
|
2019-07-27 10:42:06 -07:00
|
|
|
solana-logger = { path = "../logger", version = "0.18.0-pre0" }
|
2019-05-03 11:01:35 -07:00
|
|
|
tokio = "0.1"
|
2018-12-14 17:14:49 -08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "solana_netutil"
|
2019-05-03 11:01:35 -07:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "solana-ip-address"
|
|
|
|
path = "src/bin/ip_address.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "solana-ip-address-server"
|
|
|
|
path = "src/bin/ip_address_server.rs"
|