# 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 = "june" version = "0.1.0" description = "ergonomic remote actors via actix and canary" readme = "README.md" keywords = [ "rpc", "actix", "actor", "microservices", "api", ] license = "MIT" repository = "https://github.com/znx3p0/june" resolver = "2" [dependencies.actix] version = "0.13.0" [dependencies.canary] version = "0.3.2" [dependencies.derive_more] version = "0.99.17" [dependencies.maquio] version = "0.1.2" optional = true [dependencies.paste] version = "1.0.7" [dependencies.serde] version = "1.0.136" [dependencies.tokio] version = "1.17.0" features = ["sync"] [features] maquio-routing = ["maquio"]