# 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 = "icmp-client" version = "0.2.0" authors = ["vkill "] description = "ICMP Client" homepage = "https://github.com/bk-rs/icmp-rs" documentation = "https://docs.rs/icmp-client" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/icmp-rs" resolver = "1" [package.metadata.cargo-all-features] skip_optional_dependencies = true [package.metadata.docs.rs] all-features = true [dependencies.async-io] version = "1" optional = true default-features = false [dependencies.async-trait] version = "0.1" default-features = false [dependencies.socket2] version = "0.5" features = ["all"] default-features = false [dependencies.tokio] version = "1" features = ["net"] optional = true default-features = false [dev-dependencies.icmp-packet] version = "0.1" [dev-dependencies.os_info] version = "3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = ["impl_tokio"] impl_async_io = ["async-io"] impl_tokio = ["tokio"]