# 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 = "argo-crds" version = "0.3.1" authors = ["Alex Collins"] description = "Structs and tools for Argo CD, Workflows and Events" homepage = "https://github.com/atcol/argo-crds" readme = "README.md" keywords = [ "argo", "argo-cd", "argo-workflows", "argo-events", ] license = "MIT" repository = "https://github.com/atcol/argo-crds" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.27" [dependencies.typify] version = "0.0.14" [build-dependencies.chrono] version = "0.4.31" features = ["serde"] [build-dependencies.prettyplease] version = "0.2.15" [build-dependencies.reqwest] version = "0.11.22" features = ["blocking"] [build-dependencies.schemars] version = "0.8.16" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.syn] version = "2.0.41" [build-dependencies.typify] version = "0.0.15"