organix 0.1.3

Building organic application in rust, leveraging tokio and defining inter communication layer mechanism
Documentation
# 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 = "organix"
version = "0.1.3"
authors = ["Nicolas Di Prima <nicolas@primetype.co.uk>"]
description = "Building organic application in rust, leveraging tokio and defining inter communication layer mechanism\n"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/primetype/organix"
[package.metadata.docs.rs]
targets = []
[dependencies.async-trait]
version = "^0.1.29"

[dependencies.futures-util]
version = "0.3"

[dependencies.organix-derive]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "^0.2.21"
features = ["sync", "rt-threaded", "parking_lot", "time"]

[dependencies.tracing]
version = "^0.1.13"

[dependencies.tracing-futures]
version = "^0.2.3"
[dev-dependencies.approx]
version = "0.3"

[dev-dependencies.tokio]
version = "^0.2.21"
features = ["full"]

[dev-dependencies.tokio-compat]
version = "^0.1.5"

[dev-dependencies.tracing-subscriber]
version = "0.2.5"
[badges.is-it-maintained-issue-resolution]
repository = "primetype/organix"

[badges.is-it-maintained-open-issues]
repository = "primetype/organix"

[badges.maintenance]
status = "actively-developed"