# 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 = "w5500-regsim" version = "0.1.0" authors = ["Alex Martens "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Register simulation for the Wiznet W5500 internet offload chip." homepage = "https://github.com/newAM/w5500-rs" readme = "README.md" keywords = [ "W5500", "wiznet", ] categories = [ "embedded", "development-tools", ] license = "MIT" repository = "https://github.com/newAM/w5500-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "w5500_regsim" path = "src/lib.rs" [[example]] name = "dns" path = "examples/dns.rs" [[example]] name = "http_server" path = "examples/http_server.rs" [[example]] name = "mqtt_client" path = "examples/mqtt_client.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.log] version = "0.4" [dependencies.w5500-ll] version = "0.13.0" [dev-dependencies.httparse] version = "1" default-features = false [dev-dependencies.stderrlog] version = "0.6" [dev-dependencies.tokio] version = "1.21.1" features = [ "rt", "macros", ] [dev-dependencies.trust-dns-client] version = "0.23"