# 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 = "2018" name = "ya-relay-stack" version = "0.5.1" authors = ["Golem Factory "] description = "Embeddable networking stack" homepage = "https://github.com/golemfactory/ya-relay/crates/stack" license = "LGPL-3.0" repository = "https://github.com/golemfactory/ya-relay" resolver = "2" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.managed] version = "0.8" features = ["std"] [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" features = ["std"] [dependencies.smoltcp] version = "0.10" features = [ "std", "log", "medium-ethernet", "medium-ip", "medium-ieee802154", "phy-raw_socket", "phy-tuntap_interface", "proto-ipv4", "proto-igmp", "proto-dhcpv4", "proto-ipv6", "proto-ipv4-fragmentation", "proto-sixlowpan-fragmentation", "proto-sixlowpan", "socket-raw", "socket-icmp", "socket-udp", "socket-tcp", "socket-dhcpv4", "async", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "time", "rt", ] [dependencies.tokio-stream] version = "0.1" [dependencies.ya-relay-util] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.sha3] version = "0.8" [dev-dependencies.tokio] version = "1" features = [ "macros", "sync", "time", ] [features] stack-verbose = ["smoltcp/verbose"] test-suite = []