# 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 = "smoltcp-nal" version = "0.5.1" authors = ["Ryan Summers "] description = "embedded-nal implementation for smoltcp" readme = "README.md" keywords = [ "smoltcp", "embedded-nal", "tcp", ] categories = [ "network-programming", "no-std", ] license = "MIT" repository = "https://github.com/quartiq/smoltcp-nal.git" [dependencies.embedded-nal] version = "0.8" [dependencies.embedded-time] version = "0.12" [dependencies.heapless] version = "0.7" [dependencies.nanorand] version = "0.7.0" features = ["wyrand"] default-features = false [dependencies.shared-bus] version = "0.3.1" optional = true [dependencies.smoltcp] version = "0.11" features = [ "medium-ethernet", "proto-ipv6", "socket-tcp", "socket-dns", "socket-dhcpv4", "socket-udp", ] default-features = false [features] shared-stack = [ "shared-bus", "shared-bus/cortex-m", ]