# 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 = "status_manager" version = "0.0.1" authors = ["wuheng "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kubernetes apiserver" readme = "README.md" keywords = [ "apiserver", "kubernetes", "k8s", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://gitee.com/iscas-system/apiserver" [lib] name = "status_manager" path = "src/lib.rs" [[bin]] name = "status_manager" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.diesel] version = "2.2.4" features = [ "postgres", "chrono", "serde_json", "sqlite", "r2d2", ] [dependencies.diesel_derives] version = "2.2.3" [dependencies.env_logger] version = "0.11.5" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127"