# 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 = "k0s" version = "0.0.5" authors = ["btwiuse "] include = [ "src/*.rs", "Cargo.toml", ] description = "aggregate your personal infrastructure" readme = "README.md" license = "MIT" repository = "https://github.com/btwiuse/k0s" [package.metadata.raze] default_gen_buildrs = true genmode = "Remote" package_aliases_dir = "cargo" rust_rules_workspace_name = "rules_rust" targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", ] workspace_path = "//cargo" [profile.release] lto = true panic = "abort" [[bin]] name = "hub" path = "src/hub.rs" [[bin]] name = "k0s" path = "src/main.rs" [[bin]] name = "k8s-controller" path = "src/k8s-controller.rs" [dependencies.actix] version = "0.13" [dependencies.actix-http] version = "3.5" [dependencies.actix-rt] version = "2.9" [dependencies.actix-web] version = "4.4" features = ["macros"] default-features = false [dependencies.actix-web-actors] version = "4.2" [dependencies.bytes] version = "1.1" [dependencies.futures] version = "0.3" [dependencies.k8s-openapi] version = "0.21" features = ["v1_28"] [dependencies.kube] version = "0.88" features = ["derive"] [dependencies.kube-runtime] version = "0.88" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.simple_logger] version = "2.1" [dependencies.tokio] version = "1.20" features = ["full"]