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 = "queen"
version = "0.3.7"
authors = ["mitum <dangcheng@hotmail.com>"]
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
autobins = false
description = "server"
homepage = "https://github.com/mitum/queen"
documentation = "https://docs.rs/queen"
readme = "README.md"
keywords = ["message-queue", "rpc", "event-emiter"]
license = "MIT"
repository = "https://github.com/mitum/queen"

[[bin]]
name = "queen"
path = "src/main.rs"

[[test]]
name = "test"
path = "test/mod.rs"
[dependencies.libc]
version = "0.2"

[dependencies.nson]
version = "0.2"

[dependencies.queen-io]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"