# 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] edition = "2018" name = "smolsocket" version = "0.3.0" authors = ["hlzhang "] exclude = [".circleci/*", ".gitignore", ".travis.yml", ".versionrc.js", "ver"] description = "SocketAddr based on smoltcp's IpAddress" homepage = "https://github.com/hlzhang/smolsocket/" documentation = "https://docs.rs/smolsocket" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/hlzhang/smolsocket/" [dependencies.byteorder] version = "1" [dependencies.log] version = "0.4" [dependencies.smoltcp] version = "0.6.0" features = [] default-features = false [dev-dependencies.pretty_env_logger] version = "0.3" [features] default = ["std", "proto-ipv4", "proto-ipv6"] proto-ipv4 = ["smoltcp/proto-ipv4"] proto-ipv6 = ["smoltcp/proto-ipv6"] std = ["smoltcp/std"] verbose = []