# 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 = "net-utils" version = "0.0.5" authors = ["Rohit Joshi "] include = ["**/*.rs", "Cargo.toml"] description = "Network utility library which provides client connection pool for TCP/SSL connctions" readme = "README.md" keywords = ["connection-pool", "TCP", "SSL"] license = "MIT OR Apache-2.0" repository = "https://github.com/rohitjoshi/net-utils" [dependencies.log] version = "0.3.4" [dependencies.openssl] version = "0.9.22" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0.9" [dependencies.time] version = "0.1.34" [dependencies.uuid] version = "0.1.18" [dev-dependencies.env_logger] version = "0.3" [features] ssl = ["openssl"]