# 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 = "bovine" version = "1.0.3" authors = ["Nick Gerace "] description = "Manager for single node Rancher clusters" homepage = "https://github.com/nickgerace/bovine" documentation = "https://github.com/nickgerace/bovine" readme = "README.md" keywords = ["cli", "docker", "containers", "kubernetes", "rancher"] categories = ["command-line-utilities", "development-tools"] license = "Apache-2.0" repository = "https://github.com/nickgerace/bovine" resolver = "2" [profile.dev] debug = 0 [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.anyhow] version = "1" [dependencies.bollard] version = "0" default_features = false [dependencies.clap] version = "3.0.0-beta.5" features = ["derive", "std", "suggestions"] default_features = false [dependencies.env_logger] version = "0" features = ["atty", "humantime"] default_features = false [dependencies.futures] version = "0" default_features = false [dependencies.log] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros"] default_features = false