# 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-api-server" version = "0.2.0-rc1" description = "A server library for the Resource Mesh Portal API." 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.dashmap] version = "4.0.2" [dependencies.futures] version = "0.3.13" [dependencies.mesh-portal] version = "0.2.0-rc1" [dependencies.strum_macros] version = "0.21.1" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.uuid] version = "0.8.2" features = [ "serde", "v4", "wasm-bindgen", ]