# 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 = "selium-tools" version = "0.2.0" authors = ["Selium Contributors"] include = ["src/**/*"] description = "A CLI application containing tools for Selium developers" homepage = "https://selium.com" readme = "README.md" keywords = [ "selium", "messaging", "streaming", "stream", "queue", ] categories = [ "network-programming", "webassembly", ] license = "MPL-2.0" repository = "https://github.com/seliumlabs/selium" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.rcgen] version = "0.11" [dependencies.rustls] version = "0.21" [dependencies.time] version = "0.3"