# 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 = "jitRegistry" version = "0.0.1" authors = ["Brian A Barnes-Cocke "] description = "a container registry-like solution" homepage = "https://github.com/babarnescocke/jitRegistry" readme = "README.md" keywords = ["container", "cli", "network", "server"] categories = ["command-line-utilities", "web-programming::http-server"] license-file = "LICENSE.txt" repository = "https://github.com/babarnescocke/jitRegistry" resolver = "2" [dependencies.oci-image-spec] version = "0.1.0" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.17.0"