dyn_phy 0.1.0-alpha3

object-safe version of smoltcp::phy traits
Documentation
# 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 = "dyn_phy"
version = "0.1.0-alpha3"
authors = ["Nathan Perry <np@npry.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "object-safe version of smoltcp::phy traits"
homepage = "https://pub.npry.dev/interstice/about"
readme = "README.md"
license = "MIT"
repository = "https://pub.npry.dev/interstice"

[package.metadata.docs.rs]
features = [
    "std",
    "_smoltcp_minimal",
]

[lib]
name = "dyn_phy"
path = "src/lib.rs"

[[test]]
name = "loopback"
path = "tests/loopback.rs"
required-features = [
    "std",
    "_smoltcp_minimal",
]

[dependencies.smoltcp]
version = "0.11"
default-features = false

[dependencies.tiny-fn]
version = "0.1"

[dev-dependencies.heapless]
version = "0.8"
default-features = false

[dev-dependencies.smoltcp]
version = "0.11"
features = [
    "medium-ethernet",
    "proto-ipv4",
    "socket-raw",
    "alloc",
]
default-features = false

[features]
_smoltcp_minimal = [
    "smoltcp/medium-ethernet",
    "smoltcp/proto-ipv4",
    "smoltcp/socket-raw",
]
std = ["smoltcp/std"]