# 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 = "ikki" version = "0.2.1" authors = ["jlkiri / Kirill Vasiltsov"] description = "Ikki container orchestrator for Docker" keywords = ["ikki"] categories = [ "command-line-utilities", "development-tools", "virtualization", ] license = "MIT" repository = "https://github.com/jlkiri/ikki.git" [dependencies.bollard] version = "0.13.0" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.crossterm] version = "0.24.0" [dependencies.futures] version = "0.3.21" [dependencies.futures-util] version = "0.3.21" [dependencies.hyper] version = "0.14.19" [dependencies.ikki-config] version = "0.2.0" [dependencies.indicatif] version = "0.17.0" features = ["tokio"] [dependencies.miette] version = "4" features = ["fancy"] [dependencies.multimap] version = "0.8.3" [dependencies.notify] version = "4.0.17" [dependencies.structopt] version = "0.3.26" [dependencies.tar] version = "0.4.38" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14" features = ["env-filter"]