# 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 = "nirvati" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common components for Nirvati" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://gitlab.com/nirvati/system/backend" [lib] name = "nirvati" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.async-graphql] version = "7.0.3" optional = true default-features = false [dependencies.hex] version = "0.4.3" [dependencies.hmac-sha256] version = "1.1.7" [dependencies.k8s-openapi] version = "0.23.0" [dependencies.kube] version = "0.96" features = [ "client", "openssl-tls", ] default-features = false [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0.198" [dependencies.serde_json] version = "1.0.116" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.59" [dependencies.tracing] version = "0.1.40" [features] __development = [] graphql = ["dep:async-graphql"]