varlink-cli 0.1.0

varlink command line tool
# 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]
name = "varlink-cli"
version = "0.1.0"
authors = ["Harald Hoyer <harald@redhat.com>"]
description = "varlink command line tool"
homepage = "https://github.com/varlink/rust/blob/master/varlink"
documentation = "https://github.com/varlink/rust/blob/master/varlink/README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/varlink/rust"

[[bin]]
name = "varlink"
path = "src/main.rs"
[dependencies.clap]
version = "2"

[dependencies.error-chain]
version = "0.11"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.varlink]
version = "0.8"

[dependencies.varlink_parser]
version = "0.8"
[dev-dependencies.varlink]
version = "0"

[dev-dependencies.varlink_parser]
version = "0"
[build-dependencies.varlink]
version = "0.8"