# 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-tls" version = "0.4.0" authors = ["Alex Martens "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TLS client for the Wiznet W5500 internet offload chip." homepage = "https://github.com/newAM/w5500-rs" readme = "README.md" keywords = [ "tls", "W5500", "wiznet", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/newAM/w5500-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "w5500_tls" path = "src/lib.rs" [dependencies.cfg-if] version = "1" [dependencies.defmt] version = "0.3.8" features = ["ip_in_core"] optional = true [dependencies.heapless] version = "0.8" default-features = false [dependencies.hkdf] version = "0.12" default-features = false [dependencies.hmac] version = "0.12" default-features = false [dependencies.log] version = "0.4" optional = true [dependencies.p256] version = "0.13" features = [ "arithmetic", "ecdh", ] default-features = false [dependencies.p256-cm4] version = "0.3" optional = true [dependencies.rand_core] version = "0.6" default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.subtle] version = "2" default-features = false [dependencies.w5500-hl] version = "0.12.0" [dev-dependencies.bytes] version = "1" [dev-dependencies.log] version = "0.4" [dev-dependencies.mqttbytes] version = "0.6" [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] [dev-dependencies.stderrlog] version = "0.6" [features] defmt = [ "w5500-hl/defmt", "dep:defmt", "heapless/defmt-03", ] eh0 = ["w5500-hl/eh0"] eh1 = ["w5500-hl/eh1"]