# 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 = "latticeclient" version = "0.4.0" authors = ["Kevin Hoffman "] description = "A command-line utility for interacting with a waSCC lattice" homepage = "https://wascc.dev" documentation = "https://docs.rs/latticectl" readme = "README.md" keywords = ["webassembly", "wasm", "lattice", "wascc", "mesh"] categories = ["wasm", "api-bindings", "command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/wascc/latticectl" [[bin]] name = "latticectl" path = "src/main.rs" [dependencies.chrono] version = "0.4.15" features = ["serde"] [dependencies.crossbeam] version = "0.7.3" [dependencies.crossbeam-channel] version = "0.4.3" [dependencies.crossbeam-utils] version = "^0.7.0" [dependencies.log] version = "0.4.11" [dependencies.nats] version = "0.8.1" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.structopt] version = "0.3.16" [dependencies.uuid] version = "0.8.1" features = ["v4"] [dependencies.wascap] version = "0.5.1" [dependencies.wascc-codec] version = "0.8.0"