# 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 = "koko" version = "0.2.0" description = "A tool to simplify self-hosting services." license = "AGPL-3.0-or-later" [dependencies.anyhow] version = "1.0" [dependencies.base16ct] version = "0.2" features = ["std"] [dependencies.futures-util] version = "0.3" [dependencies.git2] version = "0.17" [dependencies.hyper] version = "0.14" [dependencies.libgit2-sys] version = "0.15.2" features = ["vendored"] [dependencies.nix] version = "0.26" [dependencies.podman-api] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"