# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "backstage" version = "0.1.1" authors = ["IOTA Stiftung"] description = "A framework for building data-driven distributed systems" homepage = "https://www.iota.org" keywords = ["iota", "distributed", "framework", "backstage", "actor"] license-file = "LICENSE" repository = "https://github.com/iotaledger/backstage" [[example]] name = "hello_world" path = "examples/hello_world.rs" [[example]] name = "two_apps" path = "examples/two_apps.rs" [dependencies.async-recursion] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.5" features = ["sync", "time", "rt"] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.log] version = "0.4" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.5" features = ["macros", "rt-multi-thread", "signal"]