# 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 = "opday" version = "0.1.0" authors = ["Alexander Ptakhin "] description = "Dex(Ops)Experience for deployments and other ops operations made easy" readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/aptakhin/opday" [dependencies.base64] version = "0.22.0" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yaml] version = "0.9.30" [dependencies.term] version = "0.7.0" [dependencies.toml] version = "0.8.11" [dev-dependencies.rstest] version = "0.18.2"