# 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 = "maquio" version = "0.1.2" description = "library for building composable distributed systems" readme = "README.md" keywords = [ "distributed", "async", "http", "microservices", "rpc", ] license = "MIT" repository = "https://github.com/znx3p0/maquio" resolver = "2" [dependencies.ahash] version = "0.7.6" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-trait] version = "0.1.52" [dependencies.camino] version = "1.0.9" [dependencies.canary] version = "0.3.1" [dependencies.compact_str] version = "0.4" features = ["serde"] [dependencies.dashmap] version = "5.3.4" [dependencies.derive-new] version = "0.5.9" [dependencies.derive_more] version = "0.99.17" [dependencies.futures-lite] version = "1" [dependencies.serde] version = "1.0.137" [dependencies.serde_repr] version = "0.1.7" [dependencies.tokio] version = "1.18.2" features = ["full"]