|
@@ -2,8 +2,13 @@
|
|
|
name = "smoltcp"
|
|
|
version = "0.1.0"
|
|
|
authors = ["whitequark <[email protected]>"]
|
|
|
+description = "A TCP/IP stack designed for bare-metal, real-time systems without a heap."
|
|
|
+documentation = "https://docs.rs/smoltcp/"
|
|
|
+homepage = "https://github.com/m-labs/smoltcp"
|
|
|
+repository = "https://github.com/m-labs/smoltcp.git"
|
|
|
+readme = "README.md"
|
|
|
+keywords = ["ip", "tcp", "udp", "ethernet", "network"]
|
|
|
license = "0BSD"
|
|
|
-readme-file = "README.md"
|
|
|
|
|
|
[dependencies]
|
|
|
byteorder = { version = "0.5", default-features = false }
|