dbcrossbar 0.1.0

Program for copying data between databases (pre-release)
# 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 = "dbcrossbar"
version = "0.1.0"
authors = ["Eric Kidd <git@randomhacks.net>"]
description = "Program for copying data between databases (pre-release)"
documentation = "https://docs.rs/dbcrossbarlib/"
readme = "../README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/faradayio/dbcrossbar"
[dependencies.clap]
version = "2.32.0"
features = ["wrap_help"]

[dependencies.common_failures]
version = "0.1.1"

[dependencies.dbcrossbarlib]
version = "=0.1.0"

[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1.2"

[dependencies.log]
version = "0.4.5"

[dependencies.openssl]
version = "0.10.16"

[dependencies.openssl-probe]
version = "0.1.2"

[dependencies.serde]
version = "1.0.79"

[dependencies.serde_json]
version = "1.0.32"

[dependencies.slog]
version = "2.4.1"
features = ["max_level_trace", "release_max_level_trace"]

[dependencies.slog-async]
version = "2.3.0"

[dependencies.slog-envlogger]
version = "2.1.0"

[dependencies.slog-term]
version = "2.4.0"

[dependencies.structopt]
version = "0.2.10"

[dependencies.structopt-derive]
version = "0.2.14"

[dependencies.tokio]
version = "=0.1.15"
features = ["async-await-preview"]

[dependencies.url]
version = "1.7.1"
[dev-dependencies.cli_test_dir]
version = "0.1.5"

[dev-dependencies.difference]
version = "0.4"