# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "safecoin-net-utils" version = "1.14.17" authors = ["Solana Maintainers "] description = "Safecoin Network Utilities" homepage = "https://safecoin.org/" documentation = "https://docs.rs/safecoin-net-utils" license = "Apache-2.0" repository = "https://github.com/fair-exchange/safecoin" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "safecoin_net_utils" [[bin]] name = "safecoin-ip-address" path = "src/bin/ip_address.rs" [[bin]] name = "safecoin-ip-address-server" path = "src/bin/ip_address_server.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "3.1.5" features = ["cargo"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.24.2" [dependencies.rand] version = "0.7.0" [dependencies.safecoin-logger] version = "=1.14.17" [dependencies.safecoin-sdk] version = "=1.14.17" [dependencies.safecoin-version] version = "=1.14.17" [dependencies.serde] version = "1.0.138" [dependencies.serde_derive] version = "1.0.103" [dependencies.socket2] version = "0.4.4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2.2"