varlink-cli 4.2.1

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]
edition = "2018"
name = "varlink-cli"
version = "4.2.1"
authors = ["Harald Hoyer <harald@redhat.com>"]
description = "varlink command line tool"
homepage = "https://github.com/varlink/rust/blob/master/varlink-cli"
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.bitflags]
version = "1.0"

[dependencies.chainerror]
version = "0.4.2"

[dependencies.clap]
version = "2"

[dependencies.colored_json]
version = "2"

[dependencies.libc]
version = "0"
default-features = false

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.varlink]
version = "8.1"

[dependencies.varlink_parser]
version = "4"

[dependencies.varlink_stdinterfaces]
version = "8"
[dev-dependencies.escargot]
version = "0.3"