# 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 = "yabe-gitops" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GitOps organizer" readme = "README.md" keywords = [ "gitops", "kubernetes", "argocd", "yaml", ] license = "MIT" repository = "https://github.com/dvrkn/yabe" [lib] name = "yabe" path = "src/lib.rs" [[bin]] name = "yabe" path = "src/main.rs" [[test]] name = "test_common" path = "tests/test_common.rs" [[test]] name = "test_deep_equal" path = "tests/test_deep_equal.rs" [[test]] name = "test_diff" path = "tests/test_diff.rs" [[test]] name = "test_sorter" path = "tests/test_sorter.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.yaml-rust2] version = "0.8.1"