# 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 = "mesh-portal-tcp-server" version = "0.2.0-rc1" description = "TCP server for mesh-portal" homepage = "http://starlane.io/" readme = "README.md" license = "MIT" repository = "https://github.com/mechtronium/mesh-portal" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.48" [dependencies.bincode] version = "1.3.3" [dependencies.mesh-portal] version = "0.2.0-rc1" [dependencies.mesh-portal-api-server] version = "0.2.0-rc1" [dependencies.mesh-portal-tcp-common] version = "0.2.0-rc1" [dependencies.serde] version = "1.0.69" features = [ "derive", "rc", ] [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21.1" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.uuid] version = "0.8.2" features = [ "serde", "v4", ]