# 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 = "2021" name = "cosmic-cli" version = "0.3.6" authors = ["Scott Williams "] description = "The Cosmic Cli provides command line inerface to access a running server enabled with The Cosmic Initiative framework http://thecosmicinitiative.io" homepage = "http://thecosmicinitiative.io" readme = "README.md" license = "MIT" repository = "https://github.com/cosmic-initiative/cosmic-initiative" resolver = "1" [[bin]] name = "cosmic" path = "src/main.rs" [dependencies.clap] version = "3.2.22" features = ["cargo"] [dependencies.cosmic-hyperlane] version = "0.3.6" [dependencies.cosmic-hyperlane-tcp] version = "0.3.6" [dependencies.cosmic-hyperspace] version = "0.3.6" [dependencies.cosmic-nom] version = "0.3.6" [dependencies.cosmic-space] version = "0.3.6" [dependencies.dirs] version = "4.0.0" [dependencies.text_io] version = "0.1.12" [dependencies.tokio] version = "1.15.0" features = ["rt"] [dependencies.walkdir] version = "2.3.2" [dependencies.zip] version = "0.6.3"