admiral 0.1.0

Admiral test runner
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 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 = "2018"
name = "admiral"
version = "0.1.0"
description = "Admiral test runner"
license = "MIT OR Apache-2.0"

[lib]
name = "admiral"
path = "src/lib.rs"
[dependencies.actix-rt]
version = "2.2.0"

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

[dependencies.admiral-types]
version = "= 0.1.0"

[dependencies.futures]
version = "0.3.16"

[dependencies.quote]
version = "1.0.9"

[dependencies.rustc-test]
version = "0.3.1"

[dependencies.syn]
version = "1.0.57"
features = ["full", "fold"]

[dependencies.tokio]
version = "1.9.0"
features = ["macros", "rt"]