# 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 = "varlink-cli" version = "4.5.3" authors = ["Harald Hoyer "] 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.2.1" [dependencies.chainerror] version = "0.7.0" [dependencies.clap] version = "2.33.0" [dependencies.colored_json] version = "2.1.0" [dependencies.libc] version = "0" default-features = false [dependencies.serde] version = "1.0.102" [dependencies.serde_json] version = "1.0.41" [dependencies.varlink] version = "11" [dependencies.varlink_parser] version = "4.2" [dependencies.varlink_stdinterfaces] version = "11"